An error occurred fetching the project authors.
  1. 19 May, 2016 1 commit
  2. 13 May, 2016 1 commit
  3. 12 May, 2016 1 commit
  4. 11 May, 2016 2 commits
    • Connor Shea's avatar
      Enable the StringReplacement cop. · 4995302d
      Connor Shea authored
      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
    • Connor Shea's avatar
      Enable Rubocop Casecmp Performance Cop. · 377583a3
      Connor Shea authored
      Also fixes the errors caused by enabling the cop. casecmp is more performant than `.downcase` and `==`.
      377583a3
  5. 08 May, 2016 1 commit
    • Connor Shea's avatar
      Enable the Rubocop DeprecatedClassMethods cop · 9cc0937b
      Connor Shea authored
      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
  6. 28 Apr, 2016 1 commit
    • Connor Shea's avatar
      Enable LstripRstrip cop · 267dd233
      Connor Shea authored
      This requires no code changes since it doesn't actually change anything
      in the codebase, just preventative.
      267dd233
  7. 20 Apr, 2016 1 commit
  8. 11 Apr, 2016 1 commit
  9. 21 Mar, 2016 1 commit
    • connorshea's avatar
      Update Rubocop from 0.35.1 to 0.38.0. · 6274136c
      connorshea authored
      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
  10. 15 Dec, 2015 1 commit
  11. 14 Dec, 2015 1 commit
  12. 08 Dec, 2015 2 commits
  13. 25 Nov, 2015 1 commit
  14. 03 Oct, 2015 1 commit
  15. 16 Sep, 2015 1 commit
  16. 15 Sep, 2015 1 commit
  17. 22 Jun, 2015 1 commit
  18. 20 Apr, 2015 1 commit
  19. 15 Apr, 2015 1 commit
  20. 25 Mar, 2015 2 commits
  21. 03 Mar, 2015 1 commit
  22. 03 Feb, 2015 16 commits