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:
Mark Story
2017-06-27 22:58:10 -04:00
parent e6103cc49b
commit f49405d4cf

9
.stickler.yml Normal file
View File

@@ -0,0 +1,9 @@
linters:
shellcheck:
shell: bash
exclude: SC2034
golint:
files:
ignore:
- './debian/*'