mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Add stickler-ci configuration.
In talking with @josegonzalez, stickler-ci.com helps reduce the amount of time maintainers spend reviewing code by automatically giving style feedback as pull request comments. I've added linters for shell scripts and go files based on the linting I could find in the existing make files.
This commit is contained in:
9
.stickler.yml
Normal file
9
.stickler.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
linters:
|
||||
shellcheck:
|
||||
shell: bash
|
||||
exclude: SC2034
|
||||
golint:
|
||||
|
||||
files:
|
||||
ignore:
|
||||
- './debian/*'
|
||||
Reference in New Issue
Block a user