mirror of
https://github.com/hassio-addons/addon-ssh.git
synced 2025-05-03 18:41:29 +00:00
🚀 Adds CodeClimate
This commit is contained in:
parent
7c9e5ad24a
commit
b5ebc37444
2 changed files with 14 additions and 0 deletions
13
.codeclimate.yml
Normal file
13
.codeclimate.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
engines:
|
||||
fixme:
|
||||
enabled: true
|
||||
shellcheck:
|
||||
enabled: true
|
||||
markdownlint:
|
||||
enabled: true
|
||||
ratings:
|
||||
paths:
|
||||
- "**.sh"
|
||||
- "**.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