You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local all = yml.rules + semgrep_rules + pfff.rules + ocaml.rules;
{ rules:
[ if std.objectHas(override_messages, r.id)
then r + {message: override_messages[r.id]}
else r
for r in all
if !std.member(todo_skipped_for_now, r.id)
]
}
If I add extra parenthesis around 'r + {message: ...}' then it parses correctly.
The text was updated successfully, but these errors were encountered:
This currently does not parse:
If I add extra parenthesis around 'r + {message: ...}' then it parses correctly.
The text was updated successfully, but these errors were encountered: