File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ linters-settings:
118
118
case :
119
119
# Define the association between tag name and case.
120
120
# Any struct tag name can be used.
121
- # Support string cases:
121
+ # Supported string cases:
122
122
# - `camel`
123
123
# - `pascal`
124
124
# - `kebab`
@@ -154,7 +154,7 @@ linters-settings:
154
154
# Default: []
155
155
overrides :
156
156
-
157
- # The package path. (uses `/` only as separator)
157
+ # The package path (uses `/` only as a separator).
158
158
# Required
159
159
pkg : foo/bar
160
160
# Default: empty or the same as the default/root configuration.
@@ -168,7 +168,7 @@ linters-settings:
168
168
ignored-fields :
169
169
- Bar
170
170
- Foo
171
- # Ignore the package (it takes the precedence over all other configuration ).
171
+ # Ignore the package (takes precedence over all other configurations ).
172
172
# Default: false
173
173
ignore : true
174
174
` ` `
You can’t perform that action at this time.
0 commit comments