Skip to content

Commit e886ff7

Browse files
author
Quentin Heng
committed
fix linting errors
1 parent c5f82e2 commit e886ff7

2 files changed

Lines changed: 2453 additions & 2447 deletions

File tree

.spectral.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,10 @@ rules:
160160
path-params: off # Disable path parameter validation to address mapping key issues
161161
owasp:api8:2023-define-cors-origin: off # Disable CORS origin header requirement
162162
oas3-operation-security-defined: error # Ensure all scopes are listed in schema
163+
164+
overrides:
165+
- files:
166+
- "xero-practicemanager-v3-1.yaml#/paths/~1v3.1~1client.api~1paged-list/get/parameters/3"
167+
- "xero-practicemanager-v3-1.yaml#/paths/~1v3.1~1client.api~1contacts/get/parameters/3"
168+
rules:
169+
owasp:api2:2023-no-credentials-in-url: off # pageToken is a pagination token, not a credential

0 commit comments

Comments
 (0)