Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix expect_offense when annotations missing
Fix crash in expect_offense where multiple offenses are detected by the cop by some were not included in the annotated source. For example: ```ruby expect_offense(<<~RUBY) x % 2 == 0 ^^^^^^^^^^ Replace with `Integer#even?` x % 2 != 0 # second offense missing RUBY ```
- Loading branch information