bzip2 import fixed

This commit is contained in:
Christoph Haas 2024-07-14 22:42:34 +02:00
parent 1095ae3aa5
commit 48e3a8c67f
6 changed files with 114 additions and 75 deletions

14
.rubocop.yml Normal file
View 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