Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
site
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Registry
Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Tobias Rautenkranz
site
Commits
bafd72c9
Commit
bafd72c9
authored
Apr 03, 2018
by
Tobias Rautenkranz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow to lint only drafts
parent
3a903f92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Makefile
Makefile
+4
-0
No files found.
Makefile
View file @
bafd72c9
...
...
@@ -51,3 +51,7 @@ mld_rules := "~MD002,~MD012,~MD033"
lint
:
-
mdl
-r
"
$(mld_rules)
"
_posts/
*
.md
-
mdl
-r
"
$(mld_rules)
"
_drafts/
*
.md
.PHONY
:
lint-drafts
lint-drafts
:
-
mdl
-r
"
$(mld_rules)
"
_drafts/
*
.md
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment