Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

add license-auditor #82

Open
piotr-s-brainhub wants to merge 4 commits into master
base: master
Choose a base branch
Loading
from feature/add-license-auditor
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .circleci/config.yml
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
steps:
- checkout
- run: yarn install --non-interactive
- run: yarn danger ci --failOnErrors
- run: yarn lint
- run: yarn test:coverage
- run: yarn build
Expand Down
File renamed without changes.
14 changes: 14 additions & 0 deletions dangerfile.js
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const licenseAuditor = require('@brainhubeu/license-auditor');

const whitelist = require('./license/whitelist');
const blacklist = require('./license/blacklist');

licenseAuditor({
whitelistedLicenses: whitelist,
blacklistedLicenses: blacklist,
projectPath: `.`,
ciManager: {
warn,
fail,
},
});
Loading

AltStyle によって変換されたページ (->オリジナル) /