Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Commit

Permalink
Allow lint to lint itself
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbellamy committed Oct 25, 2016
1 parent b7ac59c commit 952356d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lint
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,8 @@ lint() {
return
fi

# Don't lint this script or static.go
# Don't lint static.go
case "$(basename "${filename}")" in
lint) return ;;
static.go) return ;;
coverage.html) return ;;
esac
Expand Down

0 comments on commit 952356d

Please sign in to comment.