]> cat aescling's git repositories - mastodon.git/commit
Disable the Rubocop Style/GuardClause cop (#3316)
authorMatt Jankowski <mjankowski@thoughtbot.com>
Thu, 25 May 2017 19:15:14 +0000 (15:15 -0400)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 25 May 2017 19:15:14 +0000 (21:15 +0200)
commit62677596077eb91d5818b0735b0aa952e7e4ef21
treeec42ae48c97f87d781e9234826b70657ce35649c
parentbc39ad37c4b6372c98177f8c4fc525391c49f702
Disable the Rubocop Style/GuardClause cop (#3316)

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.
.rubocop.yml