From 63b12185560864f0f769e05cce9103dc5eea190c Mon Sep 17 00:00:00 2001 From: RDeckard Date: Mon, 12 Aug 2024 17:15:05 +0200 Subject: [PATCH] Entry file --- changelog/change_rails_blank_and_rails_present_cops.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/change_rails_blank_and_rails_present_cops.md 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][])