[CORD-3050]
Document the changes to names of example values files
strict/relaxed versions of lint rules, ordering
Change-Id: I52ed3768b42a9788ab7a5b47194965f314238bab
diff --git a/Makefile b/Makefile
index c9883af..aa0c21b 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,8 @@
GENERATED_DOCS =
+LINT_STYLE ?= mdl_relaxed.rb
+
serve: setup
gitbook serve --port 4040
@@ -31,9 +33,9 @@
@echo "markdownlint(mdl) version: `mdl --version`"
@echo "style config:"
@echo "---"
- @cat mdlstyle.rb
+ @cat $(LINT_STYLE)
@echo "---"
- mdl -s mdlstyle.rb `find -L . ! -path "./partials/*" ! -path "./_book/*" ! -path "./node_modules/*" ! -path "./cord-tester/modules/*" -name "*.md"`
+ mdl -s $(LINT_STYLE) `find -L . ! -path "./partials/*" ! -path "./_book/*" ! -path "./node_modules/*" ! -path "./cord-tester/modules/*" -name "*.md"`
# link directories that contain other documentation
cord-tester: