add an info pass for md linting (#205)
adding an info pass that's not breaking the build the breaking checks are on another run in the same job two artifacts are now produced line length check is now only in the info pass Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>pull/212/head
parent
1fd032868a
commit
32f599556b
@ -0,0 +1 @@ |
||||
rule 'line-length', :line_length=>100, :code_blocks=>false, :tables=> false |
@ -1,8 +1,8 @@ |
||||
all |
||||
|
||||
rule "no-duplicate-header", :allow_different_nesting => true |
||||
rule 'line-length', :line_length=>100, :code_blocks=>false, :tables=> false |
||||
rule 'no-trailing-punctuation', :punctuation=>'.,;:!' |
||||
|
||||
exclude_rule 'no-bare-urls' |
||||
exclude_rule 'code-block-style' |
||||
exclude_rule 'line-length' |
||||
|
Loading…
Reference in new issue