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
Miguel Savignano 6ae146e422
Coverage check (#1)
* adapter for coverage

* report adapter

* generate coverage report

* use inputs
2019-11-02 23:25:41 +01:00

12 lines
163 B
YAML

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