Skip to content

Commit

Permalink
Merge pull request #977 from marquiz/devel/mdlint
Browse files Browse the repository at this point in the history
scripts/mdlint: update mdlint to v0.12.0
  • Loading branch information
k8s-ci-robot authored Dec 1, 2022
2 parents fbce8d7 + 72e523f commit 4dee120
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/mdl-style.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
# Exclude MD041 - First line in file should be a top level header
exclude_rule 'MD041'
rule 'MD013', :tables => false
rule 'MD013', :code_blocks => false
rule 'MD007', :indent => 2
rule 'MD013', :ignore_code_blocks => true
rule 'MD024', :allow_different_nesting => true
2 changes: 1 addition & 1 deletion scripts/test-infra/mdlint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

# Install mdl
gem install mdl -v 0.11.0
gem install mdl -v 0.12.0
# Run verify steps
find docs/ -path docs/vendor -prune -false -o -name '*.md' | xargs mdl -s docs/mdl-style.rb

0 comments on commit 4dee120

Please sign in to comment.