-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
docs(core): create conformance rule recipe #29406
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your CI Pipeline Execution ↗ for commit 1df46cc is in progress ⏳
☁️ Nx Cloud last updated this comment at |
} from '@nx/powerpack-conformance'; | ||
|
||
export default createConformanceRule({ | ||
name: 'ensure-owners', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This rule is exposed via the conformance package already, so we shouldn't encourage folks to reimplement it directly without clarifying it's just for illustrative purposes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to update the publish conformance rule guide to not repeat guidance on how to create and organize the rules, only add the publishing to it
Blocked until the
create-rule
generator is merged and released