We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0602158 commit 9ac8c79Copy full SHA for 9ac8c79
.pre-commit-config.yaml
@@ -116,6 +116,23 @@ repos:
116
- scan
117
exclude: ^CHANGELOG\.md$
118
119
+ - repo: local
120
+ hooks:
121
+ - id: asciidoctor
122
+ name: asciidoctor
123
+ language: docker_image
124
+ entry: asciidoctor/docker-asciidoctor:1.15 asciidoctor
125
+ args:
126
+ - --out-file
127
+ - /dev/null
128
+ - --failure-level
129
+ - WARN
130
+ - --doctype
131
+ - book
132
+ - doc/main.txt
133
+ pass_filenames: false
134
+ files: ^doc/.*\.txt$
135
+
136
- repo: https://github.com/pre-commit/pre-commit-hooks
137
rev: v4.0.1
138
hooks:
0 commit comments