mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
Merge pull request #631 from dm0-/ignore-doc-scripts
check_root: ignore scripts in documentation
This commit is contained in:
commit
e23d10223a
@ -80,6 +80,8 @@ IGNORE_SHEBANG = (
|
|||||||
b"*/usr/lib64/modules/*/source/scripts/*",
|
b"*/usr/lib64/modules/*/source/scripts/*",
|
||||||
b"*/usr/share/nova-agent/*/etc/gentoo/nova-agent",
|
b"*/usr/share/nova-agent/*/etc/gentoo/nova-agent",
|
||||||
b"*/tmp/*",
|
b"*/tmp/*",
|
||||||
|
b"*/Documentation/*",
|
||||||
|
b"*/doc/*",
|
||||||
)
|
)
|
||||||
|
|
||||||
def provided_sonames():
|
def provided_sonames():
|
||||||
|
Loading…
Reference in New Issue
Block a user