1
0
mirror of https://github.com/securego/gosec.git synced 2025-11-25 22:22:17 +02:00

Do not allow dashes in file names

This commit is contained in:
Oleksandr Redko
2025-06-16 14:43:27 +03:00
committed by Cosmin Cojocar
parent bcc8afbe30
commit 4a8cb4609f
3 changed files with 3 additions and 0 deletions

View File

@@ -24,6 +24,9 @@ linters:
rules:
- name: dot-imports
disabled: true
- name: filename-format
arguments:
- ^[a-z][_a-z0-9]*.go$
- name: redefines-builtin-id
staticcheck:
checks: