• 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