File tree Expand file tree Collapse file tree 3 files changed +154
-106
lines changed Expand file tree Collapse file tree 3 files changed +154
-106
lines changed Original file line number Diff line number Diff line change 22AllCops :
33 Exclude :
44 - vendor/**/*
5- Style/Encoding :
6- Enabled : false
75Documentation :
86 Enabled : false
9- ParameterAlignment :
7+ Layout/ ParameterAlignment :
108 Enabled : true
119HashSyntax :
1210 Enabled : true
1311LineLength :
1412 Enabled : false
1513EmptyLinesAroundBlockBody :
1614 Enabled : false
15+ Style/Encoding :
16+ Enabled : false
1717MethodLength :
1818 Max : 40
1919NumericLiterals :
2020 MinDigits : 10
2121Metrics/BlockLength :
22- Max : 42
22+ Max : 45 # needed for 6.1.1
2323Metrics/CyclomaticComplexity :
2424 Max : 10
2525Metrics/PerceivedComplexity :
2626 Max : 10
2727Metrics/AbcSize :
2828 Max : 30
29+ # Lint/AmbiguousBlockAssociation is incompatible with RSpec
30+ # https://github.com/rubocop-hq/rubocop/issues/4222
31+ Lint/AmbiguousBlockAssociation :
32+ Enabled : false
33+ Lint/AmbiguousRegexpLiteral :
34+ Enabled : false
35+ Style/NumericPredicate :
36+ Enabled : false
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
3- #!/usr/bin/env rake
4- # encoding: utf-8
3+ # !/usr/bin/env rake
54
65require 'rake/testtask'
76require 'rubocop/rake_task'
You can’t perform that action at this time.
0 commit comments