pgfqe6ch8/lib/grape-swagger-0.25.3/.rubocop.yml

14 lines
185 B

AllCops:
Exclude:
- vendor/**/*
- example/**/*
inherit_from: .rubocop_todo.yml
Metrics/LineLength:
Exclude:
- spec/**/*
Style/IndentHash:
EnforcedStyle: consistent