We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0288ef2 commit ced89efCopy full SHA for ced89ef
.golangci.next.reference.yml
@@ -303,11 +303,11 @@ formatters:
303
- alias # Alias section: contains all alias imports. This section is not present unless explicitly enabled.
304
- localmodule # Local module section: contains all local packages. This section is not present unless explicitly enabled.
305
306
- # Checks that no inline Comments are present.
+ # Checks that no inline comments are present.
307
# Default: false
308
no-inline-comments: true
309
310
- # Checks that no prefix Comments(comment lines above an import) are present.
+ # Checks that no prefix comments (comment lines above an import) are present.
311
312
no-prefix-comments: true
313
0 commit comments