feat: scope the comment rule to yaml, yml, and toml too

Adds them to both the paths glob and the linter's extension set, which
had also drifted apart on scala.
This commit is contained in:
naps62
2026-08-01 14:11:08 +00:00
parent ccfb5192f8
commit b8d442386b
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
paths:
- "**/*.{ts,tsx,js,jsx,mjs,cjs,py,rs,go,sol,sh,bash,zsh,c,h,cc,cpp,hpp,java,kt,rb,lua,zig,nix,swift,php,cs,ex}"
- "**/*.{ts,tsx,js,jsx,mjs,cjs,py,rs,go,sol,sh,bash,zsh,c,h,cc,cpp,hpp,java,kt,rb,lua,zig,nix,swift,php,cs,scala,ex,yaml,yml,toml}"
---
## Code comments