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

Update sp.ruleset.json #2

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions app/sp.ruleset.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
"id": "AA0218",
"action": "Error",
"justification": "Make rule action as Error instead of Warning. ToolTip property for page fields must be mandatory."
},
{
"id": "LC0010",
"action": "Info",
"justification": "Disable rule LC0010. Cyclomatic complexity warning changed to info."
},
{
"id": "LC0064",
"action": "None",
"justification": "Make rule action as None instead of Info. Suggests moving ToolTips to table, but does not show in client if ToolTip missing in page. Might be a bug."
}
]
}