summaryrefslogtreecommitdiff
path: root/cli/tests/integration/lint_tests.rs
AgeCommit message (Collapse)Author
2021-09-03feat(lint): add support for config file and CLI flags for rules (#11776)Bartek IwaƄczuk
This commit adds support for following flags in deno lint subcommand: --config - allows to load configuration file and parses "lint" object --rules-tags=<tags> - allows specifying which set of tagged rules should be run --rules-include=<rules> - allow specifying which rules should be run --rules-exclude=<rules> - allow specifying which rules should not be run
2021-06-27chore: split up integration_tests.rs into separate files (#11131)David Sherret