1. 23 2月, 2017 10 次提交
  2. 22 2月, 2017 1 次提交
  3. 14 2月, 2017 1 次提交
  4. 11 2月, 2017 3 次提交
  5. 10 2月, 2017 1 次提交
  6. 07 2月, 2017 1 次提交
  7. 03 2月, 2017 1 次提交
  8. 11 1月, 2017 2 次提交
  9. 17 12月, 2016 1 次提交
  10. 20 10月, 2016 1 次提交
    • A
      Change target Ruby version for Rubocop to 2.1. · e9218c7e
      Adam Niedzielski 提交于
      We have to use the lowest common denominator to check the supported syntax
      and in our case it is Ruby 2.1.
      Please note that it will not help with unsupported syntax in HAML files
      because they are not checked by Rubocop.
      e9218c7e
  11. 04 10月, 2016 1 次提交
  12. 03 10月, 2016 1 次提交
  13. 21 9月, 2016 1 次提交
  14. 16 9月, 2016 1 次提交
  15. 02 9月, 2016 1 次提交
  16. 06 8月, 2016 3 次提交
  17. 03 8月, 2016 1 次提交
  18. 20 7月, 2016 1 次提交
  19. 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
  20. 14 7月, 2016 3 次提交
  21. 08 7月, 2016 1 次提交
  22. 02 7月, 2016 1 次提交
  23. 30 6月, 2016 1 次提交
  24. 29 6月, 2016 1 次提交