Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
chore: set threshold for jscdp linter (#105)
Browse files Browse the repository at this point in the history
* chore: attempt to set threshold for jscdp linter

* chore: exclude .jscdp from copyright check
  • Loading branch information
omrozowicz-splunk committed Aug 24, 2021
1 parent 7306e5d commit c01fb4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
PYTHON_ISORT_CONFIG_FILE: pyproject.toml
PYTHON_MYPY_CONFIG_FILE: pyproject.toml
PYTHON_FLAKE8_CONFIG_FILE: .flake8
JSCPD_CONFIG_FILE: .jscdp.json
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
review_secrets:
name: security-detect-secrets
Expand Down
3 changes: 3 additions & 0 deletions .jscdp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"threshold": 3
}
1 change: 1 addition & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ header:
- "*.lock"
- "tests/mib_walk_data/*.json"
- ".flake8"
- ".jscdp.json"

comment: on-failure

0 comments on commit c01fb4d

Please sign in to comment.