mirror of
https://github.com/hassio-addons/qemu-user-static.git
synced 2025-05-03 19:41:26 +00:00
🚀 Adds CodeClimate
This commit is contained in:
parent
45f0198696
commit
41638ed5ef
3 changed files with 16 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: []
|
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
build/*
|
||||
!.gitkeep
|
1
.mdlrc
Normal file
1
.mdlrc
Normal file
|
@ -0,0 +1 @@
|
|||
rules "~MD024"
|
Loading…
Add table
Add a link
Reference in a new issue