diff options
author | Andrea Barberio <insomniac@slackware.it> | 2018-03-09 23:03:56 +0000 |
---|---|---|
committer | insomniac <insomniacslk@users.noreply.github.com> | 2018-03-09 23:10:59 +0000 |
commit | 8069c106429537f0703c2f05a2967219b715ab7c (patch) | |
tree | e743f6b49c5a2235a4496ca8b4e9d84f8ebbc03f /.stickler.yml | |
parent | 8aa831a34b548cab947e89196583160d07951046 (diff) |
Added stickler config for golint bot
Diffstat (limited to '.stickler.yml')
-rw-r--r-- | .stickler.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.stickler.yml b/.stickler.yml new file mode 100644 index 0000000..63ab3f5 --- /dev/null +++ b/.stickler.yml @@ -0,0 +1,6 @@ +--- +linters: + golint: + min_confidence: 0.85 +fixers: + enable: true |