Skip to content

Commit 5461e05

Browse files
authored
Merge pull request #29 from DataDog/deforest/adjust-rule-levels
Change rule levels to warning
2 parents 45cc776 + 4af32b7 commit 5461e05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

styles/Datadog/abbreviations.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ extends: substitution
22
message: "Use '%s' instead of abbreviations like '%s'."
33
link: "https://github.com/DataDog/documentation/blob/master/CONTRIBUTING.md#abbreviations"
44
ignorecase: true
5-
level: error
5+
level: warning
66
nonword: true
77
action:
88
name: replace

styles/Datadog/dashes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ extends: existence
22
message: "Don't put a space before or after a dash."
33
link: "https://github.com/DataDog/documentation/blob/master/CONTRIBUTING.md#dashes"
44
nonword: true
5-
level: error
5+
level: warning
66
action:
77
name: edit
88
params:

0 commit comments

Comments
 (0)