-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: skip license check for @bazel packages
need to fix them upstream
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|