Skip to content

Commit

Permalink
build: skip license check for @bazel packages
Browse files Browse the repository at this point in the history
need to fix them upstream
  • Loading branch information
alexeagle committed Apr 15, 2019
1 parent 786767d commit 1a3d1e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
environment:
BASH_ENV: ~/.profile
NPM_CONFIG_PREFIX: ~/.npm-global
PATH: ~/.npm-global/bin:$PATH
resource_class: xlarge
parallelism: 4
steps:
Expand All @@ -115,6 +116,7 @@ jobs:
environment:
BASH_ENV: ~/.profile
NPM_CONFIG_PREFIX: ~/.npm-global
PATH: ~/.npm-global/bin:$PATH
resource_class: xlarge
parallelism: 4
steps:
Expand Down
8 changes: 8 additions & 0 deletions scripts/validate-licenses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ const ignoredPackages = [
'[email protected]', // Apache-2.0 but broken license in package.json
'[email protected]', // zlib license

// * Need to publish these with LICENSE files
// see https://github.com/bazelbuild/rules_nodejs/pull/696
// TODO(alexeagle): remove these after a release that fixes it
'@bazel/[email protected]',
'@bazel/[email protected]',
'@bazel/[email protected]',
'@bazel/[email protected]',

// * Other
'[email protected]', // (OFL-1.1 AND MIT)
'[email protected]', // 'New BSD'
Expand Down

0 comments on commit 1a3d1e9

Please sign in to comment.