Skip to content

Commit 11efec4

Browse files
committed
markdownlint: exclude check of line length in code blocks
This avoid a warning in README.md when using the mdl tool. Change-Id: If386de7a5ca0288da3afd16a3afbe8dc83b6b0c7
1 parent 53c11ea commit 11efec4

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.mdl.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
all
2+
3+
rule 'MD013', :code_blocks => false

.mdlrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
style '.mdl.rb'

0 commit comments

Comments
 (0)