Skip to content

Commit 71db282

Browse files
committed
change lint settings
Signed-off-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
1 parent f6cd610 commit 71db282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ls-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ ls:
1313
.yaml: snake_case
1414

1515
cmd/limactl:
16-
# valid names are `show-ssh.go` or `show-ssh_test.go`
17-
.go: kebab-case | regex:[a-z0-9-]+_test
16+
# valid names are `show-ssh.go`, `show-ssh_windows.go` or `show-ssh_test.go`
17+
.go: lowercase
1818

1919
docs:
2020
.md: kebab-case

0 commit comments

Comments
 (0)