File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1212 name : Ruby ${{ matrix.ruby }}
1313 strategy :
1414 matrix :
15- ruby :
16- - " 3.1.7"
17- - " 3.2.9"
18- - " 3.3.10"
19- - " 3.4.7"
15+ ruby : ["3.1", "3.2", "3.3", "3.4"]
2016 steps :
2117 - name : Checkout code
2218 uses : actions/checkout@v4
3935 - name : Install Ruby and gems
4036 uses : ruby/setup-ruby@v1
4137 with :
42- ruby-version : 3.4.7
38+ ruby-version : 3.4
4339 bundler-cache : true
4440
4541 - name : Run Rubocop
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ AllCops:
1212 TargetRubyVersion : 3.4
1313 NewCops : enable
1414
15+ Layout/LineLength :
16+ Enabled : true
17+ Max : 120
18+
1519Layout/EmptyLinesAroundAccessModifier :
1620 EnforcedStyle : around
1721
@@ -45,3 +49,6 @@ Rails/ApplicationRecord:
4549
4650Rails/Date :
4751 Enabled : false
52+
53+ Naming/InclusiveLanguage :
54+ Enabled : false
You can’t perform that action at this time.
0 commit comments