-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addressing ************* Module swidtags lib/dnf-plugins/swidtags.py:166:4: E1200: Unsupported logging format character 'p' (0x70) at index 33 (logging-unsupported-format) lib/dnf-plugins/swidtags.py:249:50: E0602: Undefined variable 'file' (undefined-variable) ************* Module swidq lib/swidq/__init__.py:34:1: E0101: Explicit return in __init__ (return-in-init)
- Loading branch information
Showing
6 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
include test.sh LICENSE | ||
include test.sh LICENSE Makefile | ||
recursive-include tests * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,9 @@ spec: | |
test: | ||
./test.sh | ||
|
||
test-pylint: | ||
pylint-3 -E lib/*/*.py setup.py | ||
|
||
clean: | ||
rm -rf $(shell cat .gitignore) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bdist_rpm] | ||
requires = python3-rpm python3-lxml dnf-plugins-core xmlsec1-openssl | ||
build_requires = python3 python3-setuptools python3-rpm python3-lxml openssl xmlsec1-openssl createrepo_c fakechroot fakeroot dnf dnf-plugins-core gzip gnupg2 | ||
build_requires = python3 python3-setuptools python3-rpm python3-lxml openssl xmlsec1-openssl createrepo_c fakechroot fakeroot dnf dnf-plugins-core gzip gnupg2 python3-pylint | ||
release = 1%%{dist} | ||
obsoletes = dnf-plugin-swidtags swid-tools |