chore: comment out gas linter (#1818)

## Problem

gas linter was running gosec, which we will resolve later.

## Solution

We comment out gas linter.
This commit is contained in:
Joshua Goldstein
2022-10-14 23:09:48 +00:00
committed by GitHub
parent ae2ac60000
commit 288f6696cf
+1 -1
View File
@@ -10,7 +10,7 @@ linters:
enable:
# - errcheck
# - ineffassign
- gas
# - gas
- gofmt
# - golint
- gosimple