mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-26 14:13:26 +00:00
uncrustify: Exclude app/flatpak-polkit-agent-text-listener.[ch]
These are copied from polkit so we don't want to uncrustify them. Closes: #2715 Approved by: matthiasclasen
This commit is contained in:
parent
4c5c359c91
commit
7d72dd713f
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
uncrustify -c uncrustify.cfg --no-backup `git ls-tree --name-only -r HEAD | grep \\\.[ch]$ | grep -v common/valgrind-private.h`
|
uncrustify -c uncrustify.cfg --no-backup `git ls-tree --name-only -r HEAD | grep \\\.[ch]$ | grep -v common/valgrind-private.h | grep -v app/flatpak-polkit-agent-text-listener\\\.[ch]`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user