Skip to content

Instantly share code, notes, and snippets.

@MylesBorins
Last active June 7, 2016 17:46
Show Gist options
  • Save MylesBorins/2101ee91141ca91f2cf3240b5779b637 to your computer and use it in GitHub Desktop.
Save MylesBorins/2101ee91141ca91f2cf3240b5779b637 to your computer and use it in GitHub Desktop.
Update linter
NODE_VERSION=$(python tools/getnodeversion.py)
if [[ $NODE_VERSION =~ ^[0] ]]; then
gmake lint
else
gmake lint-ci
fi
gmake lint-ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment