aboutsummaryrefslogtreecommitdiff
path: root/vendor/honnef.co/go/tools/ssa/staticcheck.conf
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/honnef.co/go/tools/ssa/staticcheck.conf')
-rw-r--r--vendor/honnef.co/go/tools/ssa/staticcheck.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/honnef.co/go/tools/ssa/staticcheck.conf b/vendor/honnef.co/go/tools/ssa/staticcheck.conf
new file mode 100644
index 0000000..d7b38bc
--- /dev/null
+++ b/vendor/honnef.co/go/tools/ssa/staticcheck.conf
@@ -0,0 +1,3 @@
1# ssa/... is mostly imported from upstream and we don't want to
2# deviate from it too much, hence disabling SA1019
3checks = ["inherit", "-SA1019"]