Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix no trailing slash on path items rule
  • Loading branch information
pderaaij authored and djtarazona committed Jun 16, 2019
1 parent 49bcb74 commit b865037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/default.yaml
Expand Up @@ -26,7 +26,7 @@ rules:
truthy: tags
skip: isCallback
- name: path-keys-no-trailing-slash
object: paths
object: pathItem
description: paths should not end with a slash
notEndWith:
property: "$key"
Expand Down

0 comments on commit b865037

Please sign in to comment.