bzip2 import fixed
This commit is contained in:
parent
1095ae3aa5
commit
48e3a8c67f
6 changed files with 114 additions and 75 deletions
14
.rubocop.yml
Normal file
14
.rubocop.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Style/Encoding:
|
||||
# Enabled: false
|
||||
|
||||
Layout/LineLength:
|
||||
Max: 99
|
||||
|
||||
Lint/MixedRegexpCaptureTypes:
|
||||
Enabled: false
|
||||
|
||||
Metrics/MethodLength:
|
||||
Max: 30
|
||||
|
||||
Style/PerlBackrefs:
|
||||
Enabled: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue