File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ inherit_from : .rubocop_todo.yml
2
+
1
3
inherit_gem :
2
4
rubocop-standard :
3
5
- config/default.yml
Original file line number Diff line number Diff line change
1
+ # This configuration was generated by
2
+ # `rubocop --auto-gen-config --exclude-limit 999999`
3
+ # on 2022-10-03 03:50:46 UTC using RuboCop version 1.36.0.
4
+ # The point is for the user to remove these configuration records
5
+ # one by one as the offenses are removed from the code base.
6
+ # Note that changes in the inspected code, or installation of new
7
+ # versions of RuboCop, may require this file to be generated again.
8
+
9
+ # Offense count: 3
10
+ # This cop supports safe autocorrection (--autocorrect).
11
+ # Configuration parameters: EnforcedStyle.
12
+ # SupportedStyles: def_self, self_class
13
+ Style/ClassMethodsDefinitions :
14
+ Exclude :
15
+ - ' lib/qiita_marker.rb'
16
+ - ' lib/qiita_marker/config.rb'
17
+
18
+ # Offense count: 2
19
+ # This cop supports safe autocorrection (--autocorrect).
20
+ # Configuration parameters: EnforcedStyleForMultiline.
21
+ # SupportedStylesForMultiline: comma, consistent_comma, no_comma
22
+ Style/TrailingCommaInArguments :
23
+ Exclude :
24
+ - ' lib/qiita_marker/renderer.rb'
25
+ - ' test/test_commonmark.rb'
You can’t perform that action at this time.
0 commit comments