mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
`rstcheck
` is too faulty and we even disable it on branch runs. Remove it.
This commit is contained in:
parent
6abb43d2df
commit
327e4a8774
1 changed files with 0 additions and 9 deletions
|
@ -1154,15 +1154,6 @@ repos:
|
||||||
files: ^doc/.*\.rst
|
files: ^doc/.*\.rst
|
||||||
additional_dependencies: [black==21.7b0]
|
additional_dependencies: [black==21.7b0]
|
||||||
|
|
||||||
- repo: https://github.com/myint/rstcheck
|
|
||||||
# This, for now, is meant to run when locally committing code and will be disabled(skipped) when we run pre-commit
|
|
||||||
# against all codebase to avoid MASSIVE code churn. This way, we do it in smaller chunks, a few at a time.
|
|
||||||
rev: 3f92957
|
|
||||||
hooks:
|
|
||||||
- id: rstcheck
|
|
||||||
name: Check reST files using rstcheck
|
|
||||||
args: [--report=warning]
|
|
||||||
additional_dependencies: [sphinx]
|
|
||||||
# <---- Code Formatting --------------------------------------------------------------------------------------------
|
# <---- Code Formatting --------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
# ----- Security -------------------------------------------------------------------------------------------------->
|
# ----- Security -------------------------------------------------------------------------------------------------->
|
||||||
|
|
Loading…
Add table
Reference in a new issue