You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: require the oxlint notice-plugin to match the full copyright header
Replace the loose mustMatch: 'The MIT License' substring check with an exact
match against the full COPYRIGHT_NOTICE text. The old check only looked for
that one phrase in the first 1000 characters, so a header with the phrase
present but other lines altered, wrong, or missing was accepted as valid.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments