Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
5902def8
Commit
5902def8
authored
Jul 10, 2017
by
Dave Machado
Browse files
Update formatting
parent
375487cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/validate.rb
View file @
5902def8
...
...
@@ -4,11 +4,10 @@ https_keys = ['Yes', 'No']
args
=
ARGV
filename
=
args
[
0
]
fail_flag
=
false
File
.
foreach
(
filename
).
with_index
do
|
line
,
line_num
|
line_num
+=
1
# puts "#{line_num}: #{line}"
if
line
.
start_with?
(
'|'
)
# Skip table schema lines
if
line
.
eql?
"|---|---|---|---|---|
\n
"
...
...
Write
Preview
Supports
Markdown
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