Skip to content

Commit

Permalink
exclude from copyright check
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Apr 2, 2020
1 parent a263c6a commit aefe810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/checkCopyrightHeaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ const CUSTOM_IGNORED_PATTERNS = [
'^packages/expect/src/jasmineUtils\\.ts$',
'^packages/jest-config/src/vendor/jsonlint\\.js$',
'^packages/jest-diff/src/cleanupSemantic\\.ts$',
'^website/static/css/code-block-buttons\\.css$',
'^website/static/js/code-block-buttons\\.js',
].map(createRegExp);

const IGNORED_PATTERNS = [
Expand Down

0 comments on commit aefe810

Please sign in to comment.