Skip to content

Commit 2b0f67a

Browse files
committed
Add .rubocop_todo.yml
1 parent e897a1a commit 2b0f67a

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
inherit_from: .rubocop_todo.yml
2+
13
inherit_gem:
24
rubocop-standard:
35
- config/default.yml

.rubocop_todo.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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'

0 commit comments

Comments
 (0)