Skip to content

Commit

Permalink
Disable tag rule for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-mairose-sp committed Oct 29, 2024
1 parent 1ab9ca0 commit 6104ab4
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions path-ruleset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ functions:
path-operation-check,
ascii,
path-reserved-keywords-check,
summary-check,
tag-check
summary-check
]
rules:
path-parameters-must-have-description:
Expand Down Expand Up @@ -156,14 +155,14 @@ rules:
function: summary-check
functionOptions:
rule: 305
path-tag-check:
message: "{{error}}: https://sailpoint-oss.github.io/sailpoint-api-guidelines/#402"
given: $
severity: error
then:
function: tag-check
functionOptions:
rule: 402
# path-tag-check:
# message: "{{error}}: https://sailpoint-oss.github.io/sailpoint-api-guidelines/#402"
# given: $
# severity: error
# then:
# function: tag-check
# functionOptions:
# rule: 402
# path-parameters-must-not-use-reserved-keywords:
# message: "{{error}}: https://sailpoint-oss.github.io/sailpoint-api-guidelines/#504"
# given: $.[*].parameters[?(@.$ref == null)]
Expand Down

0 comments on commit 6104ab4

Please sign in to comment.