thibaudcolas / curlylint

Experimental HTML templates linting for Jinja, Nunjucks, Django templates, Twig, Liquid

Home Page:https://www.curlylint.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exclude folders/files from linting

jkevingutierrez opened this issue · comments

Is your proposal related to a problem?

It would be great to have the ability to exclude some folders/files. For example, being able to run something like

python3 -m curlylint . --exclude some_folder

Describe the solution you’d like

Add an option exclude that will remove folders/files from the linter

Describe alternatives you’ve considered

(Write your answer here.)

Additional context

(Write your answer here.)

Hi @jkevingutierrez, this looks a lot like the existing --exclude. Have you tried that first?