Skip to content

Commit eddd0f4

Browse files
committed
enable integers lint
Signed-off-by: sivchari <shibuuuu5@gmail.com>
1 parent f27917c commit eddd0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci-kal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ linters-settings:
2525

2626
# Linters below this line are disabled, pending conversation on how and when to enable them.
2727
# - "commentstart" # Ensure comments start with the serialized version of the field name.
28-
# - "integers" # Ensure only int32 and int64 are used for integers.
28+
- "integers" # Ensure only int32 and int64 are used for integers.
2929
# - "jsontags" # Ensure every field has a json tag.
3030
# - "maxlength" # Ensure all strings and arrays have maximum lengths/maximum items.
3131
# - "nobools" # Bools do not evolve over time, should use enums instead.

0 commit comments

Comments
 (0)