15
0

- Add python-platformio.rpmlintrc to avoid false positives.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=20
This commit is contained in:
2022-11-10 12:26:59 +00:00
committed by Git OBS Bridge
parent 4444a7fad3
commit b753ab1466
3 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
# These hidden files are legitimate part of the package
addFilter("hidden-file-or-dir /usr/lib/python.*/.ccls.tpl")
addFilter("hidden-file-or-dir /usr/lib/python.*/.clang_complete.tpl")
addFilter("hidden-file-or-dir /usr/lib/python.*/.cproject.tpl")
addFilter("hidden-file-or-dir /usr/lib/python.*/.gcc-flags.json.tpl")
addFilter("hidden-file-or-dir /usr/lib/python.*/.gitignore.tpl")
addFilter("hidden-file-or-dir /usr/lib/python.*/.project.tpl")
addFilter("hidden-file-or-dir /usr/lib/python.*/.settings")
addFilter("hidden-file-or-dir /usr/lib/python.*/.vscode")
# These two names are links to the same file
addFilter("files-duplicate /usr/bin/platformio-3\.\d+ /usr/bin/pio-3\.\d+")