Skip to content

Commit

Permalink
chore: license header check to ignore fixtures-parser files
Browse files Browse the repository at this point in the history
  • Loading branch information
ekashida committed Sep 10, 2019
1 parent ce0db09 commit ba279ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tasks/check-license-headers.js
Expand Up @@ -106,6 +106,7 @@ const CUSTOM_IGNORED_PATTERNS = [
// add anything repo specific here
'babel.config.js',
'/fixtures/',
'/fixtures-parser/',
'/integration-tests/src/(.(?!.*.spec.js$))*$',
'/integration-karma/test/.*$',
].map(createRegExp);
Expand Down

0 comments on commit ba279ee

Please sign in to comment.