commit | 7161829ce7cfdf6d38e725676019bd1d5ecfb4c4 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Tue Aug 28 11:46:03 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Tue Aug 28 15:37:27 2018 -0700 |
tree | dca22a010c9678dc09e214b98347af134424dd83 | |
parent | 7b13f2528c63e25262ba2b1df9ef1a14d1179ab3 [diff] [blame] |
Adding debugging informations for 6.0 Change-Id: Id723a51e5f04cc080f2eff69aa297f9b5703a99d
diff --git a/mdl_relaxed.rb b/mdl_relaxed.rb index 478ea9e..ee1b9ea 100644 --- a/mdl_relaxed.rb +++ b/mdl_relaxed.rb
@@ -34,6 +34,9 @@ # Don't enforce line length limitations exclude_rule 'MD013' +# Blank line inside blockquote (we want to have sequential notes) +exclude_rule 'MD028' + # Allow ! and ? as trailing punctuation in headers rule 'MD026', :punctuation => '.,;:'