mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-03 18:51:29 +00:00
🚀 Adds CodeClimate
This commit is contained in:
parent
0cbff9af01
commit
f3b05426de
2 changed files with 11 additions and 0 deletions
10
.codeclimate.yml
Normal file
10
.codeclimate.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
engines:
|
||||||
|
fixme:
|
||||||
|
enabled: true
|
||||||
|
markdownlint:
|
||||||
|
enabled: true
|
||||||
|
ratings:
|
||||||
|
paths:
|
||||||
|
- "**.md"
|
||||||
|
exclude_paths: []
|
1
.mdlrc
Normal file
1
.mdlrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
rules "~MD024"
|
Loading…
Add table
Add a link
Reference in a new issue