diff --git a/changelog/change_rails_blank_and_rails_present_cops.md b/changelog/change_rails_blank_and_rails_present_cops.md new file mode 100644 index 0000000000..ec83579404 --- /dev/null +++ b/changelog/change_rails_blank_and_rails_present_cops.md @@ -0,0 +1 @@ +* [#1327](https://github.com/rubocop/rubocop-rails/pull/1327): [`Rails/Blank` & `Rails/Present` cops] add AllowUnlessPresentAmongMultipleGuardClauses & AllowUnlessBlankAmongMultipleGuardClauses rules. ([@RDeckard][])