Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskikutis committed Dec 20, 2024
1 parent 7cd79d3 commit 3414ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grep-lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def get_command(branch=None):

print('git branch output:')
print(subprocess.check_output(["git", "branch"], stderr=subprocess.STDOUT).decode('utf-8'))
print(subprocess.check_output(["git", "remote", "-v"], stderr=subprocess.STDOUT).decode('utf-8'))

for rule in rules_to_check:
rule_regex = rule['perl_regex']
Expand Down

0 comments on commit 3414ea5

Please sign in to comment.