Skip to content

Commit

Permalink
docs: add link to new no-required-schema-properties-undefined rule in…
Browse files Browse the repository at this point in the history
… sidebar (#1436)
  • Loading branch information
malis42 authored Feb 14, 2024
1 parent 838c179 commit 149f7ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/sidebars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
- page: rules/no-invalid-parameter-examples.md
- page: rules/no-invalid-schema-examples.md
- page: rules/no-path-trailing-slash.md
- page: rules/no-required-schema-properties-undefined.ts
- page: rules/no-server-example-com.md
- page: rules/no-server-trailing-slash.md
- page: rules/no-server-variables-empty-enum.md
Expand Down

1 comment on commit 149f7ee

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 76.19% 4326/5678
🟡 Branches 65.97% 2258/3423
🟡 Functions 68.93% 699/1014
🟡 Lines 76.39% 4067/5324

Test suite run success

710 tests passing in 101 suites.

Report generated by 🧪jest coverage report action from 149f7ee

Please sign in to comment.