ci: Forbid skipping tests (no-changelog) (#6199)

This commit is contained in:
Iván Ovejero
2023-05-24 09:45:37 +02:00
committed by GitHub
parent e046f656fe
commit fe937a0ee3
5 changed files with 48 additions and 1 deletions

View File

@@ -452,8 +452,11 @@ const config = (module.exports = {
},
{
files: ['test/**/*.ts'],
// TODO: Remove these
rules: {
'n8n-local-rules/no-skipped-tests':
process.env.NODE_ENV === 'development' ? 'warn' : 'error',
// TODO: Remove these
'@typescript-eslint/await-thenable': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/naming-convention': 'off',