You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/config.reek

17 lines
348 B

IrresponsibleModule:
enabled: false
DuplicateMethodCall:
enabled: true
exclude: []
max_calls: 2
allow_calls: []
UncommunicativeVariableName:
enabled: true
exclude: []
reject:
- !ruby/regexp /[0-9]$/
- !ruby/regexp /[A-Z]/
accept:
- _
# Removed " - !ruby/regexp /^.$/" to allow single character (frequent at loops and maps)