Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle missing "offense" values (#63)
We've encountered a number of cases where the eslint result doesn't include values for all of these expected keys. Harden the code for these cases using idx(). The internal Arcanist interface allows these values to be `null`, which is idx()'s default value.
- Loading branch information