bughelp wantedpinned
Repository metrics
- Stars
- (16 stars)
- PR merge metrics
- (PR metrics pending)
Description
- Certain cops are being bucketed incorrectly. For example, "Line length too long" is coming up as a warning instead of a lower level severity. See https://github.com/ManageIQ/manageiq/pull/3126#issuecomment-111466039 for an example
- On that same example, it shows line length max as 80, when the it should be 120. This implies it's not honoring the .haml-lint file properly.
@skateman Can you figure these out?