From 54ee3a8b773838bb669d5580a1c2e762ac61d66f Mon Sep 17 00:00:00 2001 From: Michael McLoughlin Date: Sun, 13 Jan 2019 12:02:06 -0800 Subject: [PATCH] lint: run asmdecl Updates #24 --- script/lint | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/lint b/script/lint index 500b4c2..3a63ab7 100755 --- a/script/lint +++ b/script/lint @@ -12,3 +12,6 @@ test -z "$(git status --porcelain)" # Run suite of golangci-lint checks. # (Provide examples directory explicitly since it is skipped by default.) golangci-lint run ./... ./examples/... + +# Check asm declarations. +asmdecl ./...