move test licensed yaml to .licensed.test.yml

This commit is contained in:
Jon Ruskin 2021-11-23 14:03:25 -07:00
Родитель 2aef99b976
Коммит b519e4925a
3 изменённых файлов: 13 добавлений и 1 удалений

2
.gitignore поставляемый
Просмотреть файл

@ -52,7 +52,7 @@ test/fixtures/cargo/*
!test/fixtures/cargo/src
vendor/licenses
.licenses
.licenses_test
*.gem
vendor/gems
.byebug_history

10
.licensed.test.yml Normal file
Просмотреть файл

@ -0,0 +1,10 @@
sources:
bundler: true
allowed:
- mit
- apache-2.0
reviewed:
bundler:
- pathname-common_prefix

2
test/fixtures/cli/.licensed.yml поставляемый
Просмотреть файл

@ -3,3 +3,5 @@ ignored:
bundler:
# in CI, bundler is set up pretty wonky and isn't found at the expected location
- "bundler"
cache_path: .licenses_test