From 9b42ffc514900564cab28a49734ad9a29d25dad1 Mon Sep 17 00:00:00 2001 From: aki Date: Fri, 4 Oct 2024 11:45:41 +0900 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20Rails/AttributeDefaultBlockValue?= =?UTF-8?q?=E3=83=AB=E3=83=BC=E3=83=AB=E3=81=8Capp/forms=E9=85=8D=E4=B8=8B?= =?UTF-8?q?=E3=81=A7=E3=82=82=E5=8A=B9=E3=81=8F=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rails/rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rails/rubocop.yml b/rails/rubocop.yml index 482a831..6c5a4be 100644 --- a/rails/rubocop.yml +++ b/rails/rubocop.yml @@ -303,6 +303,10 @@ Rails/WhereNot: # (new in 2.8) # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsattributedefaultblockvalue Rails/AttributeDefaultBlockValue: # (new in 2.9) Enabled: true + Include: + - app/models/**/* + - app/forms/**/* + # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railswhereequals Rails/WhereEquals: # (new in 2.9) Enabled: true From a7edad89c7227f5aae85f2a96611f545660f48a8 Mon Sep 17 00:00:00 2001 From: aki Date: Fri, 4 Oct 2024 11:45:59 +0900 Subject: [PATCH 2/2] 1.1.6 --- lib/sgcop/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sgcop/version.rb b/lib/sgcop/version.rb index a25165b..bcae5b1 100644 --- a/lib/sgcop/version.rb +++ b/lib/sgcop/version.rb @@ -1,3 +1,3 @@ module Sgcop - VERSION = '1.1.5'.freeze + VERSION = '1.1.6'.freeze end