Skip to content

Commit

Permalink
refactor: Use consistent naming for lint functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-dreams authored and timabbott committed Mar 19, 2017
1 parent 0a76a60 commit ac5b623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lint-all
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ def run():

with bright_red_output():
@lint
def check_urls():
def urls():
# type: () -> int
result = subprocess.call(['tools/check-urls'])
return result
Expand Down

0 comments on commit ac5b623

Please sign in to comment.