From f55c304930798a11a63fc9c06309e685772390e7 Mon Sep 17 00:00:00 2001 From: 0xmuralik Date: Tue, 18 Oct 2022 10:51:25 +0530 Subject: [PATCH] disable typecheck linter --- .golangci.yml | 2 ++ app/app.go | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index e5e9ae6e..ee468bb2 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -45,6 +45,8 @@ linters: - rowserrcheck # - whitespace # - wsl + disable: + - typecheck issues: exclude-rules: diff --git a/app/app.go b/app/app.go index ce0caca0..14957358 100644 --- a/app/app.go +++ b/app/app.go @@ -1,4 +1,3 @@ -//nolint: all package app import (