Path parameter case false-positive
See original GitHub issueZally produces this violation:
Path parameter 'business-partner-id' does not match snake_case ([a-z][a-z0-9]*(?:_[a-z0-9]+)*) but seems to be kebab-case
for the following specificaiton:
'/item-quantity-snapshots/{business-partner-id}':
get:
description: |
Returns most recent item quantity snapshot of a given partner.
security:
- oauth2: [zfs-inventory.item-quantity.read]
parameters:
- name: business-partner-id
in: path
required: true
type: string
format: uuid
description: |
UUID identifing the business partner.
The Guideline explicitely allows such path parameter names.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
False positives - CodeChecker - Read the Docs
Having a false positive indicates that the analyzer does not understand some properties of the code. Suppressing a result will not help its...
Read more >C#: False positive variable is null on at least one execution path
I have a piece of code that looks like this: public int Compare(... left, ... right) { string leftName = ...; string rightName...
Read more >False Discoveries Occur Early on the Lasso Path
Lasso path the type I error (false positive rate) will need to exceed a ... possibly adaptive selection of the Lasso regularizing parameter....
Read more >path-segment-plural - Redocly
As your API grows, you'll likely hit some false positives and may also need to ignore a few outliers. That is, unless you're...
Read more >False Positives - golangci-lint
Table of Contents. Specific Linter Excludes; Exclude or Skip; Exclude Issue by Text; Exclude Issues by Path; Nolint Directive; Default Exclusions; EXC0001 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, I would go for this.
How do you feel about the following alternative: