mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 21:40:39 +03:00
Enabled no-skipped-tests eslint rule [warn]
- Not sure why, but this is set to off in our base plugin - It masks issues where people have temporarily skipped tests to fix later and then forgot - Enabling this to allow us to review all those places, but we should also try to leave it on and set to error
This commit is contained in:
parent
67ea6c44ef
commit
895bffec1f
@ -23,6 +23,8 @@ module.exports = {
|
|||||||
'no-unused-vars': 'off',
|
'no-unused-vars': 'off',
|
||||||
'no-useless-escape': 'off',
|
'no-useless-escape': 'off',
|
||||||
|
|
||||||
|
'ghost/mocha/no-skipped-tests': 'warn',
|
||||||
|
|
||||||
// TODO: remove these custom rules and fix problems in test files
|
// TODO: remove these custom rules and fix problems in test files
|
||||||
'ghost/mocha/max-top-level-suites': 'off',
|
'ghost/mocha/max-top-level-suites': 'off',
|
||||||
'ghost/mocha/no-identical-title': 'off',
|
'ghost/mocha/no-identical-title': 'off',
|
||||||
|
Loading…
Reference in New Issue
Block a user