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
e53982f9
Unverified
Commit
e53982f9
authored
Jan 27, 2018
by
Dave Machado
Browse files
Initialize variable for flake8
parent
35dfcb03
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/validate_format.py
View file @
e53982f9
...
...
@@ -58,6 +58,7 @@ def check_format(filename):
# START Check Entries
num_in_category
=
min_entries_per_section
+
1
category_line
=
0
anchor_re
=
re
.
compile
(
'###\s\S+'
)
for
line_num
,
line
in
enumerate
(
lines
):
# check each section for the minimum number of entries
...
...
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