This repository has been archived on 2023-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
coverage-check-action/.rubocop.yml

12 lines
163 B
YAML

Layout/IndentFirstHashElement:
EnforcedStyle: consistent
Metrics/MethodLength:
Max: 16
Style/Documentation:
Enabled: false
Metrics/LineLength:
Max: 120