mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 17:20:19 +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
|
||||
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 --------------------------------------------------------------------------------------------
|
||||
|
||||
# ----- Security -------------------------------------------------------------------------------------------------->
|
||||
|
|
Loading…
Add table
Reference in a new issue