summaryrefslogtreecommitdiff
path: root/tests/specs/lint/with_glob_config_and_flags/__test__.jsonc
blob: 3aed48ee879c1806511ed69ce2592534060fbab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "steps": [
    {
      "if": "windows",
      "args": "lint --config deno.glob.json --ignore=gleb/nested/**/bar.ts",
      "output": "with_glob_config_and_flags_windows.out",
      "exitCode": 1
    },
    {
      "if": "unix",
      "args": "lint --config deno.glob.json --ignore=gleb/nested/**/bar.ts",
      "output": "with_glob_config_and_flags_unix.out",
      "exitCode": 1
    }
  ]
}