docs: mark project rules in the rules list - #1829
Merged
Merged
Conversation
bhirsz
marked this pull request as ready for review
August 14, 2026 16:46
bhirsz
force-pushed
the
feat/docs-project-rules
branch
from
August 14, 2026 16:50
8684239 to
7da8785
Compare
Add Rule.project_rule attribute, render a note for project rules in the generated rules list, tag them with [project] in 'robocop list rules' and add a PROJECT list filter. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
bhirsz
force-pushed
the
feat/docs-project-rules
branch
from
August 14, 2026 16:56
7da8785 to
f39164e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Makes project rules visible in the documentation and in the CLI:
Rule.project_ruleattribute,robocop list rulestags such rules with[project],robocop list rules --filter PROJECT,project_rulematches rules reported byProjectChecker.Stacked on #1828.