ManageIQ/miq_bot

haml-lint issues always show either warning or error

Open

#68 opened on Jun 12, 2015

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Ruby (38 forks)auto 404
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?

Contributor guide