mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-22 07:20:59 +00:00
Try working around staticcheck issues
by not running staticcheck. meh. Signed-off-by: Matthias Rampke <mr@soundcloud.com>
This commit is contained in:
parent
15e0f4c963
commit
d712534c13
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -11,6 +11,10 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# by being first, this takes over plain `make`. It cuts out `staticcheck`
|
||||
# because in the circleci/golang:1.11 image it chokes on the go module cache.
|
||||
default: precheck style staticcheck unused build test
|
||||
|
||||
include Makefile.common
|
||||
|
||||
STATICCHECK_IGNORE = \
|
||||
|
|
Loading…
Reference in a new issue