Skip to content

Commit

Permalink
Merge pull request #29 from DataDog/deforest/adjust-rule-levels
Browse files Browse the repository at this point in the history
Change rule levels to warning
  • Loading branch information
jhgilbert authored Aug 24, 2023
2 parents 45cc776 + 4af32b7 commit 5461e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion styles/Datadog/abbreviations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extends: substitution
message: "Use '%s' instead of abbreviations like '%s'."
link: "https://github.com/DataDog/documentation/blob/master/CONTRIBUTING.md#abbreviations"
ignorecase: true
level: error
level: warning
nonword: true
action:
name: replace
Expand Down
2 changes: 1 addition & 1 deletion styles/Datadog/dashes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extends: existence
message: "Don't put a space before or after a dash."
link: "https://github.com/DataDog/documentation/blob/master/CONTRIBUTING.md#dashes"
nonword: true
level: error
level: warning
action:
name: edit
params:
Expand Down

0 comments on commit 5461e05

Please sign in to comment.