-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.rubocop_todo.yml
27 lines (25 loc) · 1003 Bytes
/
.rubocop_todo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude`
# on 2020-08-22 07:49:05 UTC using RuboCop version 0.89.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 27
#
# *** NON-GENERATED COMMENT ***
# I'm not sure about enabling this cop
# * using super may has performance impact
# * but for some cases it still can be useful
# Research needed
Lint/MissingSuper:
Enabled: false
# Offense count: 5
# Configuration parameters: AllowSubject, Max.
#
# *** NON-GENERATED COMMENT ***
# Might be it's impossible to satisfy this cop or significant refactoring of these tests needed
RSpec/MultipleMemoizedHelpers:
Exclude:
- 'spec/flows/flow/node_spec.rb'
- 'spec/flows/util/inheritable_singleton_vars/isolation_strategy_spec.rb'