MazamaScience / PWFSLSmoke

Utilities for working with air quality monitoring data (e.g. federal regulatory monitors)
http://mazamascience.github.io/PWFSLSmoke/
GNU General Public License v3.0
19 stars 5 forks source link

Fix linting issues #66

Open spencerpease opened 5 years ago

spencerpease commented 5 years ago

Motivation

We are using a lintr to help PWFSLSmoke adhere to a consistent format, a lot of the code doesn't follow these guidelines. Currently, when we open pull requests, TravisCI runs a linting check that produces a lot of comments about each format inconsistency. Fixing this would involve going through each function and updating a few style choices. It would take probably about a week, but it wouldn't involve any significant refactoring. Doing this would make it easier to spot style violations in future development.