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

[Feature Request] Add support to validate values concatenated by __ #110

Open
Abilityguy opened this issue Apr 12, 2022 · 0 comments
Open

Comments

@Abilityguy
Copy link

When values are concatenated by __, lint throws a warning.

For example, when Airport, BusStation and TrainStation are concatenated with __ in
locationOfCrime: Airport__BusStation__TrainStation

the report.json gives

    "level": "LEVEL_WARNING",
    "location": {
      "file": "fbi_hatecrime_stat_vars.mcf",
      "lineNumber": "20923"
    },
    "userMessage": "Failed reference existence check :: value-ref: 'Airport__BusStation__TrainStation', property: 'locationOfCrime'...
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

No branches or pull requests

1 participant