1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/tests/testdata/lint
Brenley Dueck a189c5393e
feat(lint): add a report lint config setting (#16045)
Builds off this PR to add a "report" setting to deno.json which can be
"pretty", "compact", or "json".
2022-10-25 14:21:20 +02:00
..
watch feat(lint): add support for --watch flag (#11983) 2021-10-05 23:07:38 +02:00
with_config test: refactor lint tests into directories (#12317) 2021-10-04 18:16:49 +02:00
without_config fix: upgrade to swc_ecmascript 0.143 (#14238) 2022-04-08 12:31:47 -04:00
Deno.compact.format.jsonc feat(lint): add a report lint config setting (#16045) 2022-10-25 14:21:20 +02:00
Deno.jsonc fix(cli): config file should resolve paths relative to the config file (#12867) 2021-11-23 10:38:11 -05:00
Deno.malformed.jsonc fix(cli): config file should resolve paths relative to the config file (#12867) 2021-11-23 10:38:11 -05:00
Deno.malformed2.jsonc fix(cli): config file should resolve paths relative to the config file (#12867) 2021-11-23 10:38:11 -05:00
Deno.no_tags.jsonc fix(cli): config file should resolve paths relative to the config file (#12867) 2021-11-23 10:38:11 -05:00
expected.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
expected_compact.out chore: fix flaky integration::lint::compact (#16075) 2022-09-28 13:52:10 -04:00
expected_from_stdin.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
expected_from_stdin_json.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
expected_glob.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
expected_ignore.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
expected_json.out fix: upgrade to swc_ecmascript 0.143 (#14238) 2022-04-08 12:31:47 -04:00
expected_quiet.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
expected_rules.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
expected_verbose.out chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
with_config.out test: refactor lint tests into directories (#12317) 2021-10-04 18:16:49 +02:00
with_config_and_flags.out test: refactor lint tests into directories (#12317) 2021-10-04 18:16:49 +02:00
with_config_without_tags.out fix(lint): use recommended tag if there is no tags in config file or flags (#12644) 2021-11-04 11:12:12 -04:00
with_malformed_config.out feat(lint): add a report lint config setting (#16045) 2022-10-25 14:21:20 +02:00
with_malformed_config2.out test: refactor lint tests into directories (#12317) 2021-10-04 18:16:49 +02:00
with_report_config_compact.out feat(lint): add a report lint config setting (#16045) 2022-10-25 14:21:20 +02:00
with_report_config_override.out feat(lint): add a report lint config setting (#16045) 2022-10-25 14:21:20 +02:00