Codebase list eslint / d28ac38
(Build-)depend on node-esquery. Build-depend on node-leche. Enable checking related tests. Jonas Smedegaard 4 years ago
2 changed file(s) with 7 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
1919 node-escope <!nocheck>,
2020 node-espree <!nocheck>,
2121 node-esprima <!nocheck>,
22 node-esquery <!nocheck>,
2223 node-estraverse <!nocheck>,
2324 node-esutils <!nocheck>,
2425 node-file-entry-cache <!nocheck>,
2930 node-inquirer <!nocheck>,
3031 node-js-yaml <!nocheck>,
3132 node-json-stable-stringify <!nocheck>,
33 node-leche <!nocheck>,
3234 node-levn <!nocheck>,
3335 node-mkdirp <!nocheck>,
3436 node-optionator <!nocheck>,
5961 node-doctrine,
6062 node-escope,
6163 node-espree,
64 node-esquery,
6265 node-estraverse,
6366 node-esutils,
6467 node-file-entry-cache,
2929 # Work around missing node module "table"
3030 TEST_EXCLUDES += tests/lib/formatters/table.js
3131
32 # Work around missing node module "leche"
33 TEST_EXCLUDES += \
34 tests/lib/cli-engine.js \
35 tests/lib/cli.js \
36 tests/lib/config/config-file.js \
37 tests/lib/config/config-ops.js \
38 tests/lib/rule-context.js \
39 tests/lib/util/module-resolver.js \
40 tests/lib/util/source-code.js
41
4232 # Work around missing node module "mock-fs"
4333 TEST_EXCLUDES += \
4434 tests/lib/config.js \
4636
4737 # Isolate known broken tests for slower isolated checking
4838 TEST_BROKEN += \
39 tests/lib/cli.js \
40 tests/lib/cli-engine.js \
41 tests/lib/config/config-file.js \
4942 tests/lib/config/config-validator.js \
43 tests/lib/config/config-ops.js \
5044 tests/lib/config-validator.js \
5145 tests/lib/eslint.js \
5246 tests/lib/ignored-paths.js \
53 tests/lib/rules/array-bracket-spacing.js \
5447 tests/lib/rules/keyword-spacing.js \
5548 tests/lib/rules/no-empty-label.js \
5649 tests/lib/rules/no-new-symbol.js \
57 tests/lib/rules/no-restricted-modules.js \
58 tests/lib/rules/no-restricted-properties.js \
59 tests/lib/rules/no-unexpected-multiline.js \
6050 tests/lib/rules/sort-keys.js \
6151 tests/lib/rules/symbol-description.js \
6252 tests/lib/testers/rule-tester.js \