Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -0/+12 |
| | | | | | | | | Style/SpaceBeforeBlockBraces Style/SpaceInsideBlockBraces Style/SpaceInsideHashLiteralBraces Fix all violations in the repository. | ||||
* | Fix a typo | Vijay Dev | 2016-08-07 | 1 | -1/+1 |
| | |||||
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 1 | -0/+4 |
| | |||||
* | adds a few cops and sorts | Xavier Noria | 2016-08-06 | 1 | -21/+48 |
| | |||||
* | explain the meaning of some RuboCop config options [ci skip] | Xavier Noria | 2016-07-21 | 1 | -0/+8 |
| | | | | | | | | For consistency mainly. Also, some have a name that could make the reader think they enforce the opposite of what they do, because the default is not visible there. | ||||
* | Add a new rule to rubocop | Rafael Mendonça França | 2016-07-20 | 1 | -10/+13 |
| | |||||
* | Enable a few more rubocop rules | Rafael Mendonça França | 2016-07-17 | 1 | -0/+13 |
| | |||||
* | Move code style configuration files to root directory | Jon Moss | 2016-06-16 | 1 | -0/+27 |
I think these are meant to be in the root directory, not in `/activerecord`? :grimacing: r? @sgrif [ci skip] |