You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should refactor our linter so that we are not using a metaclass for every linter, which gets all in the python script defined linting classes, but so that the template linter just gets a list of imported linting functions and calls them. Those should then be more generalized
Our linter should be configurable. I envision that the cookietemple.cfg file has a section [linting] where one can disable checks
[linting]
general-7
cli-python-2
cookietemple lint should output a json or yaml file describing a summary of the linting results
check_section
functionThe text was updated successfully, but these errors were encountered: