forked from ishakir/shakitz-fantasy-football
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrubocop-todo.yml
27 lines (23 loc) · 891 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`
# on 2014-04-30 11:22:53 +0100 using RuboCop version 0.20.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.
# Autogenerated test_helper.rb breaks this rule, so just ignore it
# Offense count: 1
# Configuration parameters: EnforcedStyle, SupportedStyles.
ClassAndModuleChildren:
Enabled: false
# We have "too many tests in one file", ignore for now, maybe split into further files?
# Offense count: 1
# Configuration parameters: CountComments.
ClassLength:
Max: 426
# Need to do this at some point
# Offense count: 36
Documentation:
Enabled: false
# 80 is outdated, let's use 120
LineLength:
Max: 120