Resolved the suggestions.

This commit is contained in:
Aayush Goel
2023-07-08 13:51:41 +05:30
parent a8f1067f8a
commit e0ed8c6e04
11 changed files with 30 additions and 31 deletions

View File

@@ -187,7 +187,7 @@ if __name__ == "__main__":
"--output",
"-o",
type=str,
default=str(Path(__file__).resolve().parent / "linter-data.json"),
default=(Path(__file__).resolve().parent / "linter-data.json").as_posix(),
help="Path to output file (lint.py will be looking for linter-data.json)",
)
main(parser.parse_args(args=argv[1:]))