We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When values are concatenated by __, lint throws a warning.
__
For example, when Airport, BusStation and TrainStation are concatenated with __ in locationOfCrime: Airport__BusStation__TrainStation
Airport
BusStation
TrainStation
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'...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When values are concatenated by
__
, lint throws a warning.For example, when
Airport
,BusStation
andTrainStation
are concatenated with__
inlocationOfCrime: Airport__BusStation__TrainStation
the report.json gives
The text was updated successfully, but these errors were encountered: