Skip to content

Commit d7ba67a

Browse files
committed
Add message in linter
1 parent cf9ebe7 commit d7ba67a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Scripts/o2_linter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,6 +1688,7 @@ def main():
16881688
n_files_bad = dict.fromkeys(test_names, 0) # counter of files with issues
16891689

16901690
# Report overview before running.
1691+
print("This linter belongs in the base branch.")
16911692
print(f"Testing {len(args.paths)} files.")
16921693
# print(args.paths)
16931694
print("Enabled tests:", test_names)

0 commit comments

Comments
 (0)