mansona / lint-to-the-future

A modern way to progressively update your code to the best practices
54 stars 7 forks source link

Running over everything is kinda slow -- can we pass a list of files? (or globs?) #16

Open NullVoxPopuli opened 2 years ago

NullVoxPopuli commented 2 years ago

In the project where I'm testing out lint-to-the-future, I have (relevant to eslint): ~ 19k JS files ~ 1.4k JSON files ~ 4k TS files

but, the files where I know have issue via the silver searcher's ag "the thing I'm linting against" --files-with-matches | wc -l (to list all the files that need to have lints disabled) runs in 2.8s.

After 7m30s, I CTRL+C'd lint-to-thefuture ignore

NullVoxPopuli commented 2 years ago

related: https://github.com/mansona/lint-to-the-future-eslint/issues/4