We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9ebe7 commit d7ba67aCopy full SHA for d7ba67a
1 file changed
Scripts/o2_linter.py
@@ -1688,6 +1688,7 @@ def main():
1688
n_files_bad = dict.fromkeys(test_names, 0) # counter of files with issues
1689
1690
# Report overview before running.
1691
+ print("This linter belongs in the base branch.")
1692
print(f"Testing {len(args.paths)} files.")
1693
# print(args.paths)
1694
print("Enabled tests:", test_names)
0 commit comments