File tree 1 file changed +8
-11
lines changed
1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -118,17 +118,14 @@ linters:
118
118
- unused
119
119
- whitespace
120
120
121
- # don't enable:
122
- # - asciicheck
123
- # - gochecknoglobals
124
- # - gocognit
125
- # - godot
126
- # - godox
127
- # - goerr113
128
- # - nestif
129
- # - prealloc
130
- # - testpackage
131
- # - wsl
121
+ # This list of linters is not a recommendation (same thing for all this configuration file).
122
+ # We intentionally use limited set of linters.
123
+ # This configuration file is used with different version of golangci-lint to avoid regressions:
124
+ # the linters can change between version,
125
+ # their configuration may be not compatible or their reports can be different,
126
+ # and this can break some of our tests.
127
+ # Also, some linters are not relevant for the project (ex: linters related to SQL).
128
+ # We have specific constraints, so we use a specific configuration.
132
129
133
130
issues :
134
131
# Excluding configuration per-path, per-linter, per-text and per-source
You can’t perform that action at this time.
0 commit comments