ManageIQ/miq_bot

New OffenseMessage builder does not sort locators properly.

Open

#202 opened on Jul 1, 2016

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Ruby (38 forks)auto 404
bughelp wantedpinned

Repository metrics

Stars
 (16 stars)
PR merge metrics
 (PR metrics pending)

Description

Since it does string sort, Line 103 comes before Line 5. We probably need to change locator from being string based to being numeric, or specific on line vs commit_sha or something. @bdunne

Contributor guide