We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04fec9 commit 53f4bc7Copy full SHA for 53f4bc7
2 files changed
Rakefile
@@ -41,7 +41,11 @@ task lint: :build do
41
sh 'tflint --chdir terraform/website/ -c ../../.tflint.hcl'
42
43
# HTML linting
44
- options = { ignore_status_codes: [400] }
+ options = {
45
+ check_html: true,
46
+ check_external_hash: true
47
+ }
48
+
49
HTMLProofer.check_directory('./_site', options).run
50
end
51
credits.md
@@ -5,15 +5,15 @@ permalink: /credits/
5
---
6
7
<p>
8
- <a class="lnk" href="http://j4y.net/" data-proofer-ignore>Jay Prall</a><br />
+ <a class="lnk" href="https://j4y.net/">Jay Prall</a><br />
9
author
10
</p>
11
12
13
- <a class="lnk" href="http://kaidjuric.com/" data-proofer-ignore>Kajica Djuric</a><br />
+ Kajica Djuric<br />
14
15
16
17
Raul Matei<br />
18
new icon
19
-</p>
+</p>
0 commit comments