Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SQA Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Research Software Engineering
Software Quality Assurance
SQA Framework
Merge requests
!63
fixed node handling in language check; bumped version; bumped required python version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fixed node handling in language check; bumped version; bumped required python version
npm-license-check-addition
into
npm-license-check
Overview
1
Commits
6
Pipelines
0
Changes
8
Merged
Maximilian Dolling
requested to merge
npm-license-check-addition
into
npm-license-check
4 years ago
Overview
1
Commits
6
Pipelines
0
Changes
8
Expand
0
0
Merge request reports
Compare
npm-license-check
version 4
7387d418
4 years ago
version 3
e5e13f27
4 years ago
version 2
c0a4003b
4 years ago
version 1
6e35958f
4 years ago
npm-license-check (base)
and
latest version
latest version
ee1458fd
6 commits,
4 years ago
version 4
7387d418
5 commits,
4 years ago
version 3
e5e13f27
4 commits,
4 years ago
version 2
c0a4003b
2 commits,
4 years ago
version 1
6e35958f
1 commit,
4 years ago
8 files
+
64
−
41
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
src/sqa/services/list_used_licenses/data/lookup/system_keep_patterns.yml
+
5
−
1
Options
@@ -4,5 +4,9 @@
#
# SPDX-License-Identifier: CC0-1.0
# p
lain
text
# p
ip requirements files
text
-
'
.*(requirements){1,}[0-9a-z_-]*.txt$'
# npm files
-
'
.*package.json$'
-
'
.*package-lock.json$'
Loading