diff --git a/docs/shared/packages/powerpack-conformance/powerpack-conformance-plugin.md b/docs/shared/packages/powerpack-conformance/powerpack-conformance-plugin.md index 1c60cd181e..e067719279 100644 --- a/docs/shared/packages/powerpack-conformance/powerpack-conformance-plugin.md +++ b/docs/shared/packages/powerpack-conformance/powerpack-conformance-plugin.md @@ -189,6 +189,7 @@ import { createConformanceRule } from '@nx/powerpack-conformance'; const rule = createConformanceRule({ name: 'local-conformance-rule-example', + description: 'The description of the rule', category: 'security', // `consistency`, `maintainability`, `reliability` or `security` reporter: 'project-reporter', // `project-reporter` or `project-files-reporter` implementation: async (context) => {