Merge pull request #1656 from consul/chore/add_markdownlinter

Add Markdown Linter gem and config file && Fixes
This commit is contained in:
Raimond Garcia
2017-06-19 10:46:31 +02:00
committed by GitHub
12 changed files with 72 additions and 61 deletions

View File

@@ -226,6 +226,7 @@ GEM
knapsack (1.13.3)
rake
timecop (>= 0.1.0)
kramdown (1.13.2)
launchy (2.4.3)
addressable (~> 2.3)
letter_opener (1.4.1)
@@ -238,12 +239,18 @@ GEM
nokogiri (>= 1.5.9)
mail (2.6.6)
mime-types (>= 1.16, < 4)
mdl (0.4.0)
kramdown (~> 1.12, >= 1.12.0)
mixlib-cli (~> 1.7, >= 1.7.0)
mixlib-config (~> 2.2, >= 2.2.1)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mimemagic (0.3.2)
mini_portile2 (2.1.0)
minitest (5.10.1)
mixlib-cli (1.7.0)
mixlib-config (2.2.4)
multi_json (1.12.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
@@ -521,6 +528,7 @@ DEPENDENCIES
knapsack
launchy
letter_opener_web (~> 1.3.1)
mdl
newrelic_rpm (~> 4.1.0.333)
omniauth
omniauth-facebook (~> 4.0.0)