Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-03 | feat(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-27 | chore: split up integration_tests.rs into separate files (#11131) | David Sherret | |