1. 20 7月, 2016 1 次提交
  2. 19 7月, 2016 1 次提交
    • G
      Enable Rubocop cops for invalid access modifiers · d6f66977
      Grzegorz Bizon 提交于
      This enables following cops:
      
      Check for useless access modifiers
      
        Lint/UselessAccessModifier
      
      Checks for attempts to use `private` or `protected` to set the
      visibility of a class method, which does not work.
      
        Lint/IneffectiveAccessModifier
      
      This also disables two false possitives in concerns.
      d6f66977
  3. 14 7月, 2016 3 次提交
  4. 08 7月, 2016 1 次提交
  5. 02 7月, 2016 1 次提交
  6. 30 6月, 2016 1 次提交
  7. 29 6月, 2016 3 次提交
    • G
      Enable Style/SpaceAfterComma Rubocop cop · 28bafd53
      Grzegorz Bizon 提交于
      28bafd53
    • G
      Enable Style/SpaceAfterColon Rubocop cops · 9798ac77
      Grzegorz Bizon 提交于
      9798ac77
    • Y
      Added RuboCop cops for checking DB migrations · c740445a
      Yorick Peterse 提交于
      There are currently two cops for this:
      
      * Migration/AddIndex: checks if indexes are added concurrently
      * Migration/ColumnWithDefault: checks if columns with default values are
        added in a concurrent manner
      
      Both cops are fairly simple and make no attempt at correcting the code
      as this is quite hard to do (e.g. modifications may need to be applied
      in various places in the same file). They however should provide enough
      to catch people ignoring the comments in generated migrations telling
      them to use add_concurrent_index or add_column_with_default.
      c740445a
  8. 16 6月, 2016 2 次提交
  9. 10 6月, 2016 1 次提交
  10. 09 6月, 2016 1 次提交
    • S
      Enable RuboCop for migrations · 98bb435f
      Sean McGivern 提交于
      Migrations shouldn't fail RuboCop checks - especially lint checks, such
      as the nested method check. To avoid changing code in existing
      migrations, add the magic comment to the top of each of them to skip
      that file.
      98bb435f
  11. 05 6月, 2016 1 次提交
  12. 03 6月, 2016 4 次提交
  13. 01 6月, 2016 3 次提交
  14. 30 5月, 2016 13 次提交
  15. 26 5月, 2016 1 次提交
  16. 25 5月, 2016 2 次提交
  17. 24 5月, 2016 1 次提交