commit | d71f2a4a11fa8ce397af34b6aa5156e4b0fe10d1 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Mon Jul 09 14:52:32 2018 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Mon Jul 09 14:52:32 2018 -0700 |
tree | 36b39762dbb349561687fd0731c4e5d947970f3a | |
parent | 0bec667dae339181df6be63f6291875052e036f9 [diff] |
Exclude MD046 as it shows false positives Change-Id: I244b398cbc9e68a3e02f1b6caf9c343ab110186e
diff --git a/mdl_relaxed.rb b/mdl_relaxed.rb index bebc671..478ea9e 100644 --- a/mdl_relaxed.rb +++ b/mdl_relaxed.rb
@@ -51,3 +51,7 @@ # Gitbook won't care about multiple blank lines exclude_rule 'MD012' + +# Causes failures within code block when MD031 is also excluded +exclude_rule 'MD046' +