0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-02 12:50:43 -05:00
denoland-deno/cli/tests/integration
Bartek Iwańczuk d93570a619
feat(lint): add support for config file and CLI flags for rules (#11776)
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-09-03 17:01:58 +02:00
..
bundle_tests.rs chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
cache_tests.rs chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
compile_tests.rs chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
coverage_tests.rs chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
doc_tests.rs fix(cli): deno doc panics on invalid url (#11536) 2021-07-29 04:07:25 -07:00
eval_tests.rs chore: split up integration_tests.rs into separate files (#11131) 2021-06-27 13:27:36 -04:00
fmt_tests.rs chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
info_tests.rs chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
inspector_tests.rs chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
install_tests.rs chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
lint_tests.rs feat(lint): add support for config file and CLI flags for rules (#11776) 2021-09-03 17:01:58 +02:00
lsp_tests.rs chore(test): improve flaky lsp_diagnostics_refresh_dependents test to give more info (#11905) 2021-09-02 20:31:59 -04:00
mod.rs fix(http/ws): support multiple options in connection header (#11675) 2021-08-13 20:52:13 +02:00
repl_tests.rs chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
run_tests.rs fix(runtime): event loop panics in classic workers (#11756) 2021-08-18 15:19:22 +02:00
test_tests.rs fix(cli): retain path based test mode inference (#11878) 2021-09-01 18:31:56 +09:00
upgrade_tests.rs fix(cli/tools/upgrade): check if passed version is valid (#11296) 2021-07-07 14:59:39 -04:00
watcher_tests.rs fix(cli): dispatch unload event on watch drop (#11696) 2021-08-24 22:34:09 +02:00
worker_tests.rs chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00