Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.overcommit.yml.example')
-rw-r--r--.overcommit.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/.overcommit.yml.example b/.overcommit.yml.example
index e0f55dd4a14..c1c2395ca93 100644
--- a/.overcommit.yml.example
+++ b/.overcommit.yml.example
@@ -48,7 +48,7 @@ PreCommit:
enabled: true
description: 'Lint documentation for Markdown errors'
required_executable: 'node_modules/.bin/markdownlint'
- flags: ['--config', '.markdownlint.json', 'doc/**/*.md']
+ flags: ['--config', '.markdownlint.yml', 'doc/**/*.md']
install_command: 'yarn install'
include:
- 'doc/**/*.md'