endo
endo copied to clipboard
chore: Lint for kebab-case
I have a pretty strong preference for not having to guess about case conventions in file names. This will make exceptions to the rule evident in CI and in PR diffs. The code that checks is not exact, but close enough for now. A better checker would require fewer explicit exemptions and would disallow many cases where _ is tolerated currently.
Could we exempt whole directories, so we don't need to exempt test262 tests individually? Since they are not under our control anyway?