Skip to content

Commit

Permalink
fix: fix regexp for ort check
Browse files Browse the repository at this point in the history
  • Loading branch information
mikitabut committed Jan 31, 2024
1 parent dfd5fe5 commit b958fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ license_choices:
choice: 'MIT'
resolutions:
rule_violations:
- message: '*ERROR: NO_LICENSE_IN_DEPENDENCY - NPM::union:0.5.0*'
- message: '.*ERROR: NO_LICENSE_IN_DEPENDENCY - NPM::union:0.5.0.*'
reason: 'CANT_FIX_EXCEPTION'
comment: 'The dependency has MIT license in github repo'

0 comments on commit b958fa3

Please sign in to comment.