Skip to content

Commit

Permalink
update codeclimate config
Browse files Browse the repository at this point in the history
  • Loading branch information
CFenner committed Aug 22, 2023
1 parent a42e94f commit 032fd31
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,24 @@
---
engines:
version: "2" # required to adjust maintainability checks
plugins:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
editorconfig:
enabled: true
eslint:
enabled: true
channel: eslint-8
fixme:
enabled: true
markdownlint:
enabled: true
ratings:
paths:
- "**.css"
- "**.inc"
- "**.json"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths: [
"q.min.js"
]
- "**.njk"

0 comments on commit 032fd31

Please sign in to comment.