forked from mirrors/statsd_exporter
Actually cut out staticcheck
Signed-off-by: Matthias Rampke <mr@soundcloud.com>
This commit is contained in:
parent
d712534c13
commit
f13069832d
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -11,9 +11,9 @@
|
|||
# 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`
|
||||
# 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
|
||||
default: precheck style unused build test
|
||||
|
||||
include Makefile.common
|
||||
|
||||
|
|
Loading…
Reference in a new issue