Skip to content

Commit

Permalink
feat: add solium linting to travis, npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
shrugs committed Jan 15, 2018
1 parent d4dc4b2 commit e0f3fea
Show file tree
Hide file tree
Showing 4 changed files with 1,169 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- [ ] 📘 I've reviewed the [OpenZeppelin Contributor Guidelines](/docs/CONTRIBUTING.md)
- [ ] ✅ I've added tests where applicable to test my new functionality.
- [ ] 📖 I've made sure that my contracts are well-documented.
- [ ] 🎨 I've run the JavaScript linter (`npm run lint:fix`) and fixed all issues.
- [ ] 🎨 I've run the JS/Solidity linters (`npm run lint:all:fix`) and fixed any issues.

<!-- **Does this close any open issues?** If so, list them here. -->

Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ before_script:
- truffle version
script:
- npm run lint
- npm run lint:sol
- npm run test
notifications:
slack:
Expand Down
Loading

0 comments on commit e0f3fea

Please sign in to comment.