Skip to content
Snippets Groups Projects
  1. Aug 26, 2018
  2. Aug 13, 2018
  3. Jun 04, 2018
  4. Aug 26, 2017
  5. Jul 31, 2017
  6. Jun 08, 2017
  7. Jun 01, 2017
  8. May 25, 2017
    • Matt Jankowski's avatar
      Disable the Rubocop Style/GuardClause cop (#3316) · 62677596
      Matt Jankowski authored
      There are many spots throughout the codebase which are showing as covered by
      specs in the simplecov output -- but which are not actually run, because they
      are on the same line as a guard clause.
      
      I plan on fixing some of these issues, but don't want to keep triggering this
      rubocop style violation.
      
      My preference would be that we use the PR review process to identify places
      where a guard clause might be appropriate, but that we leave this cop turned off
      by default.
      62677596
  9. May 01, 2017
    • yhirano's avatar
      Fix Rubocop offences (#2630) · 3988f2da
      yhirano authored
      * disable Bundler/OrderedGems
      
      * fix rubocop Lint/UselessAssignment
      
      * fix rubocop Style/BlockDelimiters
      
      * fix rubocop Style/AlignHash
      
      * fix rubocop Style/AlignParameters, Style/EachWithObject
      
      * fix rubocop Style/SpaceInLambdaLiteral
      3988f2da
  10. Apr 29, 2017
    • yhirano's avatar
      Downgrade rubocop 0.48.1 => 0.46.0 (#2628) · 8325866c
      yhirano authored
      * downgrade rubocop 0.48.1 => 0.46.0
      
      * exclude vendor/**/* from rubocop target files
      
      * add frozen_string_literal comment line
      
      * fix percent literal delimited by ( and )
      
      * fix alignment
      
      * remove comment disabling unknown cop
      8325866c
  11. Jan 15, 2017
  12. Dec 29, 2016
  13. Nov 15, 2016
  14. Oct 22, 2016
  15. Sep 29, 2016
Loading