chore: enable license header rule (#11855)

This commit is contained in:
Nikolay Vitkov 2024-02-06 18:07:30 +01:00 committed by GitHub
parent 194e7f5063
commit c6ac9d505e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -150,7 +150,7 @@ module.exports = {
// Enforces consistent file extension
'rulesdir/extensions': 'error',
// Enforces license headers on files
'rulesdir/check-license': 'warn',
'rulesdir/check-license': 'error',
},
overrides: [
{