Skip to content

Commit

Permalink
Update tools/workspace-plugin/src/conformance-rules/blog-description/…
Browse files Browse the repository at this point in the history
…index.ts

Co-authored-by: James Henry <[email protected]>
  • Loading branch information
juristr and JamesHenry authored Feb 4, 2025
1 parent 9d16797 commit ffe3b1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default createConformanceRule<{ mdGlobPattern: string }>({

if (!docsProject) {
return {
severity: 'low', // weird I have to return a severity. I'd almost want to say something like "result=ok"
severity: 'low',
details: {
violations: [],
},
Expand Down

0 comments on commit ffe3b1c

Please sign in to comment.