1. 24 5月, 2016 1 次提交
  2. 20 5月, 2016 1 次提交
  3. 13 5月, 2016 1 次提交
  4. 12 5月, 2016 1 次提交
  5. 11 5月, 2016 2 次提交
    • C
      Enable the StringReplacement cop. · 4995302d
      Connor Shea 提交于
      Also fix one use of `gsub` that would be faster as `delete`.
      
      Use `tr` instead of `gsub` when you are replacing the same number of
      characters. Use `delete` instead of `gsub` when you are deleting
      characters.
      4995302d
    • C
      Enable Rubocop Casecmp Performance Cop. · 377583a3
      Connor Shea 提交于
      Also fixes the errors caused by enabling the cop. casecmp is more performant than `.downcase` and `==`.
      377583a3
  6. 09 5月, 2016 1 次提交
    • C
      Enable the Rubocop DeprecatedClassMethods cop · 9cc0937b
      Connor Shea 提交于
      This reports uses of `File.exists?` and `Dir.exists?`, which were both
      deprecated in Ruby and will eventually be removed in favor of
      `.exist?`. Also fixes all existing uses of the deprecated methods.
      9cc0937b
  7. 28 4月, 2016 1 次提交
    • C
      Enable LstripRstrip cop · 267dd233
      Connor Shea 提交于
      This requires no code changes since it doesn't actually change anything
      in the codebase, just preventative.
      267dd233
  8. 20 4月, 2016 1 次提交
  9. 11 4月, 2016 1 次提交
  10. 21 3月, 2016 1 次提交
    • C
      Update Rubocop from 0.35.1 to 0.38.0. · 6274136c
      connorshea 提交于
      Discussed in #14233.
      
      See [their releases](https://github.com/bbatsov/rubocop/releases) for
      more info.
      
      Changes:
      - Enable DisplayCopNames for lint output.
      - Default behavior for `Alias` changed, set to enforce `prefer_alias_method`.
      - Enabling Rails cops changed to new syntax.
      - Remove StyleGuides and move Descriptions to comments.
      - Add missing cops.
      - Add TODOs for cops that should be enabled in the future.
      - Set TargetRubyVersion to 2.1.
      6274136c
  11. 15 12月, 2015 2 次提交
  12. 08 12月, 2015 2 次提交
  13. 25 11月, 2015 1 次提交
  14. 03 10月, 2015 1 次提交
  15. 16 9月, 2015 1 次提交
  16. 15 9月, 2015 1 次提交
  17. 22 6月, 2015 1 次提交
  18. 20 4月, 2015 1 次提交
  19. 15 4月, 2015 1 次提交
  20. 25 3月, 2015 2 次提交
  21. 03 3月, 2015 1 次提交
  22. 03 2月, 2015 15 次提交