Skip to content

Commit

Permalink
disable duplicate code detection
Browse files Browse the repository at this point in the history
  • Loading branch information
suhancz committed May 15, 2024
1 parent cd7e3c3 commit a276ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ jobs:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ANSIBLE_DIRECTORY: .
VALIDATE_JSCPD: false # temporarily disable duplicate detection
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ List of things not implemented yet, but planned
* set up DKIM for Cyrus
* set up DMARC for Cyrus
* confirm Kolab- and Cyrus-related backups working
* clean up code (and enable VALIDATE_JSCPD in <.github/workflows/linter.yml>)

0 comments on commit a276ae7

Please sign in to comment.