mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-23 09:43:06 +00:00
1c0dbcd917
This has been useful to run manually before, but I haven't added it to the CI because it was somewhat noisy. But, it reports some really useful warnings, so let's configure it for our needs and add it to pre-commit. Signed-off-by: Omar Sandoval <osandov@osandov.com>
8 lines
325 B
Plaintext
8 lines
325 B
Plaintext
recursive-include docs *.css *.ico *.png *.py *.rst
|
|
recursive-include examples *.py
|
|
recursive-include tests *.py *.zst
|
|
include tests/linux_kernel/kmod/Makefile tests/linux_kernel/kmod/drgn_test.c
|
|
recursive-include tools *.py
|
|
recursive-include vmtest *.c *.py *.rst
|
|
include .flake8 CONTRIBUTING.rst COPYING pytest.ini util.py
|