summaryrefslogtreecommitdiff
path: root/.arclint
diff options
context:
space:
mode:
Diffstat (limited to '.arclint')
-rw-r--r--.arclint18
1 files changed, 0 insertions, 18 deletions
diff --git a/.arclint b/.arclint
deleted file mode 100644
index c413c3c..0000000
--- a/.arclint
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "exclude": "(^vendor/)",
- "linters": {
- "golint": {
- "type": "golint",
- "include": "(\\.go$)"
- },
- "govet": {
- "type": "govet",
- "flags": ["-composites=false"],
- "include": "(\\.go$)"
- },
- "gofmt": {
- "type": "gofmt",
- "include": "(\\.go$)"
- }
- }
-}