Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions media/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ rules:
oas3-server-variables: error
oas3-api-servers: error

#/core/no-trailing-slash
path-keys-no-trailing-slash: error

#/core/doc-openapi
nlgov:openapi3:
severity: error
Expand Down Expand Up @@ -98,7 +95,7 @@ rules:
then:
function: pattern
functionOptions:
notMatch: ".+ \\/$"
notMatch: ".+\\/$"
field: "@key"
message: "Leave off trailing slashes from URIs."
documentationUrl: "https://developer.overheid.nl/kennisbank/apis/api-design-rules/hoe-te-voldoen/no-trailing-slash"
Expand Down
Loading