1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-05 22:53:52 +00:00

ci: drop failing style check

This commit is contained in:
Henry Schreiner 2022-08-15 10:35:04 -04:00
parent d5b9b3d03a
commit a561cac9fe

View File

@ -45,23 +45,23 @@ repos:
- id: markdownlint
args: ["--style=scripts/mdlint_style.rb"]
- repo: local
hooks:
- id: remarklint
name: remarklint
language: node
entry: remark
types: [markdown]
args: ["--frail", "--quiet"]
additional_dependencies:
[
remark,
remark-lint,
remark-cli,
remark-preset-lint-recommended,
remark-lint-list-item-indent,
remark-lint-no-undefined-references,
]
# - repo: local
# hooks:
# - id: remarklint
# name: remarklint
# language: node
# entry: remark
# types: [markdown]
# args: ["--frail", "--quiet"]
# additional_dependencies:
# [
# remark,
# remark-lint,
# remark-cli,
# remark-preset-lint-recommended,
# remark-lint-list-item-indent,
# remark-lint-no-undefined-references,
# ]
- repo: local
hooks: