-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Jenkins X
-
Epic Link:
-
Tags:
We want to install markdownlint in builders in order to use it during a lint stage.
The default configuration shipped into the builders could be:
$ cat .mdlrc git_recurse true rules "~MD033" style File.join(File.dirname(__FILE__), '.mdl.style')
$ cat .mdl.style all rule 'MD013', :line_length => 120, :tables => false