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 f27917c commit eddd0f4Copy full SHA for eddd0f4
.golangci-kal.yml
@@ -25,7 +25,7 @@ linters-settings:
25
26
# Linters below this line are disabled, pending conversation on how and when to enable them.
27
# - "commentstart" # Ensure comments start with the serialized version of the field name.
28
- # - "integers" # Ensure only int32 and int64 are used for integers.
+ - "integers" # Ensure only int32 and int64 are used for integers.
29
# - "jsontags" # Ensure every field has a json tag.
30
# - "maxlength" # Ensure all strings and arrays have maximum lengths/maximum items.
31
# - "nobools" # Bools do not evolve over time, should use enums instead.
0 commit comments