mirror of
https://github.com/lloeki/tilt-pdf.git
synced 2025-12-06 10:34:41 +01:00
first version
This commit is contained in:
commit
e2c2846b81
11 changed files with 303 additions and 0 deletions
15
.rubocop.yml
Normal file
15
.rubocop.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
AsciiComments:
|
||||
Enabled: false
|
||||
MethodLength:
|
||||
Max: 30
|
||||
ParameterLists:
|
||||
CountKeywordArgs: false
|
||||
Documentation:
|
||||
Enabled: false
|
||||
TrivialAccessors:
|
||||
ExactNameMatch: true
|
||||
AllowPredicates: true
|
||||
AndOr:
|
||||
Enabled: false
|
||||
PerlBackrefs:
|
||||
Enabled: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue