diff --git a/.golangci.yaml b/.golangci.yaml index 5674fdb188..e508a9c99d 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -41,7 +41,7 @@ linters-settings: # even if all enum members are not listed. # Default: false default-signifies-exhaustive: true - + exhaustruct: # List of regular expressions to exclude struct packages and their names from checks. # Regular expressions must match complete canonical struct package/name/structname. @@ -147,7 +147,7 @@ linters-settings: # Max line length, lines longer will be reported. # '\t' is counted as 1 character by default, and can be changed with the tab-width option. # Default: 120. - line-length: 80 + line-length: 120 # Tab width in spaces. # Default: 1 tab-width: 1