mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-17 21:00:12 +00:00
Merge pull request #4773 from pi-hole/yamllint_and_mkdownlint
Add mkdown and yaml linters to stickler
This commit is contained in:
commit
eb045a0dea
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
|
---
|
||||||
linters:
|
linters:
|
||||||
shellcheck:
|
shellcheck:
|
||||||
shell: bash
|
shell: bash
|
||||||
phpcs:
|
phpcs:
|
||||||
flake8:
|
flake8:
|
||||||
max-line-length: 120
|
max-line-length: 120
|
||||||
|
yamllint:
|
||||||
|
remarklint:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue