-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(npm): Stop flagging analyzer issues for integrity checks
The analyzer correctly constructs the dependency tree according to the `package.json`. So, there should be no issues in the result. Integrity cannot be verified because the way the dependencies are specified. There is a plethora of other places where integrity is not verified for which no analyzer issues are created. Signed-off-by: Frank Viernau <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5148,16 +5148,3 @@ packages: | |
url: "https://github.com/Raynos/xtend.git" | ||
revision: "37816c0e2e25da2901d584442235946d5cd8c80d" | ||
path: "" | ||
issues: | ||
- timestamp: "1970-01-01T00:00:00Z" | ||
source: "NPM" | ||
message: "skipping integrity check for git dependency ssh://[email protected]/jonschlinkert/gulp-format-md.git " | ||
severity: "WARNING" | ||
- timestamp: "1970-01-01T00:00:00Z" | ||
source: "NPM" | ||
message: "skipping integrity check for git dependency ssh://[email protected]/mochajs/mocha.git " | ||
severity: "WARNING" | ||
- timestamp: "1970-01-01T00:00:00Z" | ||
source: "NPM" | ||
message: "skipping integrity check for git dependency ssh://[email protected]/tinydesk/angular-tileview.git " | ||
severity: "WARNING" |
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