-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve style checks and test them on travis #204
Conversation
Codecov Report
@@ Coverage Diff @@
## master #204 +/- ##
=======================================
- Coverage 95.1% 95% -0.1%
=======================================
Files 60 60
Lines 2533 2506 -27
Branches 268 268
=======================================
- Hits 2409 2382 -27
Misses 88 88
Partials 36 36
Continue to review full report at Codecov.
|
@d20gdx this should be relatively straightforward to review - it's just adding the style check config and then fixing all the issues it threw up. Do ask if anything is unclear! |
Improve style checks and test them on travis
I've not fixed issues in the
datasets
app because there's no point until #193 is merged. This PR should then be updated and any remaining style issues fixed.ModellingWebLab/project_issues#43