Skip to content

Commit 683fea1

Browse files
authoredAug 28, 2024
docs(vale): Enable vale and fix errors (espressif#10231)
* docs(vale): Enable vale and fix errors * Apply suggestions
1 parent e04f050 commit 683fea1

File tree

51 files changed

+163
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+163
-135
lines changed
 

‎.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ repos:
6565
pass_filenames: false
6666
args: [sync]
6767
types_or: [markdown, rst]
68-
stages: [manual]
6968
- id: vale
7069
language_version: "1.21.6"
7170
types_or: [markdown, rst]
72-
stages: [manual]

‎.vale.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ StylesPath = .vale/styles
2323

2424

2525
# Specify the minimum alert severity that Vale will report.
26-
MinAlertLevel = suggestion # "suggestion", "warning", or "error"
26+
MinAlertLevel = error # "suggestion", "warning", or "error"
2727

2828

2929
# Specify vocabulary for special treatment.

0 commit comments

Comments
 (0)
Please sign in to comment.