kt3k / license-checker

:page_facing_up: CLI tool for checking license headers in files
https://jsr.io/@kt3k/license-checker
MIT License
29 stars 7 forks source link

support multiple configuration #5

Closed kt3k closed 5 years ago

kt3k commented 5 years ago

like

[{
  "**/*.*": "Copyright A",
  "ignore": [
    "tools"
  ] 
}, {
  "tools/*.py": "Copyright B"
}]
kt3k commented 5 years ago

done