You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[![NSP Status][nsp-img]][nsp-url][![bitHound Dependencies][bithound-dep-img]][bithound-dep-url][![bitHound Dev Dependencies][bithound-dev-dep-img]][bithound-dev-dep-url]
||[`no-path-verbs`][no-path-verbs-url]| Prohibit verbs in api paths | Completed |
90
89
|:wrench:|[`require-plural-paths`][rule-plural-paths-url]| Require plural nouns in API paths | Completed |
91
90
92
-
## Rules in backlog
91
+
## 5. Rules in backlog
93
92
94
93
The product backlog has lots of lonely `rules` looking for love from nice contributors like you. :kissing_heart: If you're interested, please:
95
94
@@ -124,15 +123,15 @@ The product backlog has lots of lonely `rules` looking for love from nice contri
124
123
||[`require-default-value`](https://github.com/gregswindle/eslint-plugin-swagger/issues/new?title=feat%28require-default-value%29%3A%20Every%20place%20where%20a%20default...&labels[]=ESLint%3A%20Rule&labels[]=Status%3A%20Available&labels[]=Type%3A%20Feature&labels[]=Type%3A%20Docs)| Every place where a default value can be provided, the default value must validate against the corresponding schema/definition. _(This is not handled by JSON Schema validators, at least not the one I am using, so we have to do this manually. See [json-schema/JSON-Schema-Test-Suite/pull/67](https://github.com/json-schema/JSON-Schema-Test-Suite/pull/67))_| Available |
125
124
||[`require-path-definition`](https://github.com/gregswindle/eslint-plugin-swagger/issues/new?title=feat%28require-path-definition%29%3A%20For%20each%20API%20path%20parameter...&labels[]=ESLint%3A%20Rule&labels[]=Status%3A%20Available&labels[]=Type%3A%20Feature&labels[]=Type%3A%20Docs)| For each API path parameter, all operations for the API path require corresponding path parameter definitions or the corresponding path parameter needs to be in the path's parameters. | Available |
126
125
127
-
## Contributions
126
+
## 6. Contributions
128
127
:family: We warmly welcome contributors. Check out the guidelines for [Contributing to `eslint-plugin-swagger`](./.github/CONTRIBUTING.md) and our [Contributor Covenant Code of Conduct][code-of-conduct-url].
129
128
130
129
Contributions are stories with a beginning, a middle, and an end, all told through issues and pull requests.
131
130
*[Peruse open issues][issues-url] or
132
131
*[View rules in the backlog][rules-backlog-wiki-url]
0 commit comments