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.
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.