Skip to content

Commit 8495794

Browse files
committed
feat: add solium linting to travis, npm script
1 parent f483e84 commit 8495794

File tree

4 files changed

+1169
-38
lines changed

4 files changed

+1169
-38
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- [ ] ✅ I've added tests where applicable to test my new functionality.
55
- [ ] 📖 I've made sure that my contracts are well-documented.
66
- [ ] 🎨 I've run the JavaScript linter (`npm run lint:fix`) and fixed all issues.
7+
- [ ] 🎨 I've run the Solidity linter (`npm run lint:sol:fix`) and fixed all issues.
78

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

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ before_script:
1818
- truffle version
1919
script:
2020
- npm run lint
21+
- npm run lint:sol
2122
- npm run test
2223
notifications:
2324
slack:

0 commit comments

Comments
 (0)