forked from lima-vm/lima
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.ls-lint.yml
More file actions
36 lines (31 loc) · 714 Bytes
/
.ls-lint.yml
File metadata and controls
36 lines (31 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# ls-lint configuration file.
# https://ls-lint.org/2.2/configuration/the-basics.html
ls:
.dir: kebab-case
.go: snake_case
.lima: snake_case
.sh: kebab-case
.TEMPLATE.yaml: kebab-case
.yaml: kebab-case
.yml: kebab-case
.github:
.yaml: snake_case
cmd/limactl:
# valid names are `show-ssh.go`, `show-ssh_windows.go` or `show-ssh_test.go`
.go: lowercase
docs:
.md: kebab-case
website/content:
.dir: lowercase
ignore:
- .git
- .golangci.yml
- .ls-lint.yml
- '_output'
- '**/*.pb\.go'
- hack/common.inc.sh
- pkg/cidata/cidata.TEMPLATE.d
- pkg/cidata/cidata.TEMPLATE.d/util/compare_version.sh
- website
# "ubuntu-24.04" does not follow the kebab-case
- '**/ubuntu-*\.yaml'