We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6154e9e + 75d2bf6 commit 2f2016eCopy full SHA for 2f2016e
vermin/main.py
@@ -44,6 +44,9 @@ def main():
44
amount = len(paths)
45
if amount == 0:
46
nprint("No files specified to analyze!", config)
47
+ if config.show_tips() and not config.make_paths_absolute() \
48
+ and any(p.startswith(".") for p in args["paths"]):
49
+ nprint("Tip: Maybe use the --hidden argument to analyze hidden files.", config)
50
sys.exit(1)
51
52
msg = "Analyzing"
0 commit comments