Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit e056479

Browse files
committed
basic new implementation down, half of readme done, needs specs
1 parent 0b5695d commit e056479

26 files changed

+683
-173
lines changed

.rubocop.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ Style/DotPosition:
1717
- leading
1818
- trailing
1919

20+
Style/MutableConstant:
21+
Description: 'Do not assign mutable objects to constants.'
22+
Enabled: false
23+
24+
Metrics/AbcSize:
25+
# The ABC size is a calculated magnitude, so this number can be a Fixnum or
26+
# a Float.
27+
Max: 20
28+
29+
Metrics/BlockLength:
30+
Description: 'Avoid long blocks with many lines.'
31+
Enabled: false
32+
2033
Metrics/LineLength:
2134
Max: 100
2235

0 commit comments

Comments
 (0)