Skip to content

Commit

Permalink
lint: run asmdecl
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Jan 13, 2019
1 parent 475a241 commit 54ee3a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/lint
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...

0 comments on commit 54ee3a8

Please sign in to comment.