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 4a43139 commit 6f969c9Copy full SHA for 6f969c9
.golangci.yml
@@ -70,6 +70,10 @@ linters:
70
# guidelines. See https://github.com/mvdan/gofumpt/issues/235.
71
- gofumpt
72
73
+ # Disable gomnd even though we generally don't use magic numbers, but there
74
+ # are exceptions where this improves readability.
75
+ - gomnd
76
+
77
# Disable whitespace linter as it has conflict rules against our
78
# contribution guidelines. See https://github.com/bombsimon/wsl/issues/109.
79
#
0 commit comments