mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
ci: Forbid skipping tests (no-changelog) (#6199)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user