Skip to content

Commit 026d757

Browse files
committed
CI: fix ls-lint failure about docs/README.md
ls-lint was failing: ``` docs/README.md failed for `.md` rules: kebabcase ``` Signed-off-by: Akihiro Suda <[email protected]>
1 parent 3adb40e commit 026d757

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.ls-lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ ls:
1616
# valid names are `show-ssh.go`, `show-ssh_windows.go` or `show-ssh_test.go`
1717
.go: lowercase
1818

19-
docs:
20-
.md: kebab-case
21-
2219
templates:
2320
# _default and _images have leading underscores
2421
.dir: lowercase

0 commit comments

Comments
 (0)