Skip to content

Commit

Permalink
chore(codeclimate): disable duplication engine due to false-positives
Browse files Browse the repository at this point in the history
The duplication engine creates many false-positive findings due to the nature of BACNETs use of enumerations in a lot of places.
  • Loading branch information
fh1ch committed Aug 20, 2017
1 parent 6bee439 commit fa47ee1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
engines:
eslint:
enabled: true
fixme:
enabled: true
nodesecurity:
enabled: true
markdownlint:
enabled: true
duplication:
enabled: false

0 comments on commit fa47ee1

Please sign in to comment.