summaryrefslogtreecommitdiffhomepage
path: root/.stickler.yml
diff options
context:
space:
mode:
authorAndrea Barberio <insomniac@slackware.it>2018-03-09 23:03:56 +0000
committerinsomniac <insomniacslk@users.noreply.github.com>2018-03-09 23:10:59 +0000
commit8069c106429537f0703c2f05a2967219b715ab7c (patch)
treee743f6b49c5a2235a4496ca8b4e9d84f8ebbc03f /.stickler.yml
parent8aa831a34b548cab947e89196583160d07951046 (diff)
Added stickler config for golint bot
Diffstat (limited to '.stickler.yml')
-rw-r--r--.stickler.yml6
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