From cb41bcbc378f81b941df59759ece37d207f566b4 Mon Sep 17 00:00:00 2001 From: Juri Date: Sun, 6 Oct 2024 16:39:52 -0700 Subject: [PATCH] docs(core): add missing description field on custom conformance rule type --- .../powerpack-conformance/powerpack-conformance-plugin.md | 1 + 1 file changed, 1 insertion(+) 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) => {