-
Notifications
You must be signed in to change notification settings - Fork 37
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
style/prefer-snake-case inconsistent #899
Comments
Very! I'll take a look. Thanks for reporting that! |
Running "ref": [
{
"type": "var",
"value": "output"
},
{
"type": "string",
"value": "initToggled"
}
], "ref": [
{
"location": {
"col": 1,
"row": 7,
"text": "b3V0cHV0"
},
"type": "var",
"value": "output"
},
{
"location": {
"col": 8,
"row": 7,
"text": "InVzZXJLYXJtYSI="
},
"type": "string",
"value": "userKarma"
}
], OPA bug, I guess? Either way, I'll try to come up with some workaround in the meantime. |
OPA issue created: open-policy-agent/opa#6860 |
If ref part is missing loction, default to location of rule. Fixes #899 Signed-off-by: Anders Eknert <anders@styra.com>
If ref part is missing loction, default to location of rule. Fixes #899 Signed-off-by: Anders Eknert <anders@styra.com>
If ref part is missing loction, default to location of rule. Fixes #899 Signed-off-by: Anders Eknert <anders@styra.com>
If ref part is missing loction, default to location of rule. Fixes #899 Signed-off-by: Anders Eknert <anders@styra.com>
…c#900) If ref part is missing loction, default to location of rule. Fixes StyraInc#899 Signed-off-by: Anders Eknert <anders@styra.com>
this PG
shows me one finding,
style/prefer-snake-case
on line 7I would expect it to flag line 5 ("initToggled"), too. Or neither one of them; but having one of the two fail seems a little odd 🤔
The text was updated successfully, but these errors were encountered: