loeffel-io / ls-lint

An extremely fast directory and filename linter - Bring some structure to your project filesystem

Home Page:https://ls-lint.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support extensionless files

mmm1379 opened this issue · comments

there are files that come without extension, e.g. some shell scripts, Dockerfile, some config files...

suggestion:

ls:
  .: kebab-case

May be covered by #56

May be covered by #56

Don’t think so. I want the files without extensions to have rules applied to them, but not any other file. The issue mentioned wants to apply some rules for all files, as I’ve understood.

That is correct.

I imagine the syntax used to support both solutions should consider the other scenario too.