File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2018-10-26 17:08:37 +0200 using RuboCop version 0.60 .0.
3
+ # on 2019-07-16 18:09:04 +0200 using RuboCop version 0.71 .0.
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
@@ -12,7 +12,10 @@ Lint/ShadowedException:
12
12
- ' lib/jekyll-gist/gist_tag.rb'
13
13
14
14
# Offense count: 1
15
- # Configuration parameters: Max.
16
15
Metrics/AbcSize :
17
- Exclude :
18
- - ' lib/jekyll-gist/gist_tag.rb'
16
+ Max : 24
17
+
18
+ # Offense count: 1
19
+ # Configuration parameters: CountComments, ExcludedMethods.
20
+ Metrics/MethodLength :
21
+ Max : 21
You can’t perform that action at this time.
0 commit comments