Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1ffea34

Browse files
authoredOct 19, 2021
Merge pull request #288 from per1234/check-dependencies
Add CI workflow to check for unapproved Go dependency licenses
2 parents da49a5a + 1a036a6 commit 1ffea34

File tree

286 files changed

+48842
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

286 files changed

+48842
-1
lines changed
 

‎.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[codespell]
44
# In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here:
55
ignore-words-list = ot,propert
6-
skip = ./.git,**/go.mod,**/go.sum,./package-lock.json,./poetry.lock,./yarn.lock,./arduino-lint,./arduino-lint.exe,./internal/rule/rulefunction/testdata/libraries/MisspelledSentenceParagraphValue/library.properties,./site
6+
skip = ./.git,./.licenses,**/go.mod,**/go.sum,./package-lock.json,./poetry.lock,./yarn.lock,./arduino-lint,./arduino-lint.exe,./internal/rule/rulefunction/testdata/libraries/MisspelledSentenceParagraphValue/library.properties,./site
77
builtin = clear,informal,en-GB_to_en-US
88
check-filenames =
99
check-hidden =

‎.ecrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"Exclude": [
33
"^LICENSE\\.txt$",
44
"^poetry\\.lock$",
5+
"^\\.licenses/",
56
"^internal/rule/schema/schemadata/bindata.go$",
67
"^internal/rule/schema/testdata/bindata.go$"
78
]

0 commit comments

Comments
 (0)
Please sign in to comment.