| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add some better comments for decision logic | Ian Cordasco | 2017-06-04 | 1 | -1/+3 |
| | | |||||
| * | Get *one* more line of test coverage | Ian Cordasco | 2017-06-04 | 1 | -0/+3 |
| | | | | | | | | This was mostly to prove to myself that we could possibly reach that return more than actually covering that return. This just shows how gnarly this logic actually is. I wish there were a better way to write it. | ||||
| * | Rename methods on the new DecisionEngine | Ian Cordasco | 2017-06-03 | 1 | -6/+7 |
| | | | | | | Rename `decision_for` to `more_specific_decision_for` and `should_report_error` to `decision_for`. | ||||
| * | Move unit tests for StyleGuide decision logic | Ian Cordasco | 2017-06-02 | 1 | -0/+178 |
| Convert it to test the DecisionEngine class directly and put them in their own file. | |||||
