Skip to content

Commit 9a463db

Browse files
committed
Create application command
1 parent bb83487 commit 9a463db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ linters-settings:
3333
# https://staticcheck.io/docs/options#checks
3434
checks: [ "all","-SA1019","-SA1029" ]
3535
gosec:
36-
excludes: [ "G204", "G301", "G302", "G304", "G306", "G601", "G101", "G407" ]
36+
excludes: [ "G204", "G301", "G302", "G304", "G306", "G601", "G101" ]
3737
exclude-generated: true
3838
exclude-test-files: true
3939
config:

0 commit comments

Comments
 (0)