Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle missing "offense" values #63

Merged
merged 1 commit into from
Feb 16, 2021
Merged

Handle missing "offense" values #63

merged 1 commit into from
Feb 16, 2021

Conversation

jparise
Copy link
Collaborator

@jparise jparise commented Feb 16, 2021

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.

Fixes #62

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.
@jparise jparise merged commit f0efe0a into master Feb 16, 2021
@jparise jparise deleted the eslint-line-char branch February 16, 2021 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ESLint linter assumes line and column are always present
2 participants