-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore: make linters angry #35
base: main
Are you sure you want to change the base?
Conversation
e536988
to
d1f677d
Compare
@@ -292,7 +292,7 @@ | |||
|
|||
path = os.getcwd() | |||
while True: | |||
log.info("checking for projectdir: %s", path) | |||
log.info("checking for projectdir: {}".format(path)) |
Check warning
Code scanning / vcs-diff-lint
_Worker._analyze_projectdir: Use lazy % formatting in logging functions Warning
@@ -292,7 +292,7 @@ | |||
|
|||
path = os.getcwd() | |||
while True: | |||
log.info("checking for projectdir: %s", path) | |||
log.info("checking for projectdir: {}".format(path)) |
Check warning
Code scanning / vcs-diff-lint
_Worker._analyze_projectdir: Formatting a regular string which could be an f-string Warning
This one new issue not reported to UI:
|
Available here, but I had to guess the link: |
Demonstrating fedora-copr/vcs-diff-lint-action#19