mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-28 02:38:43 +00:00
Merge pull request #2819 from Alexander-N/coala-config
Update path to chunker.c in .coafile
This commit is contained in:
commit
b81a507b29
1 changed files with 2 additions and 2 deletions
4
.coafile
4
.coafile
|
@ -5,8 +5,8 @@ use_spaces = True
|
||||||
|
|
||||||
[all.general]
|
[all.general]
|
||||||
files = src/borg/**/*.(py|pyx|c)
|
files = src/borg/**/*.(py|pyx|c)
|
||||||
ignore = src/borg/(compress.c|hashindex.c|item.c),
|
ignore = src/borg/(chunker.c|compress.c|hashindex.c|item.c),
|
||||||
src/borg/algorithms/(chunker.c|checksums.c|crc32.c),
|
src/borg/algorithms/(checksums.c|crc32.c),
|
||||||
src/borg/algorithms/blake2/*,
|
src/borg/algorithms/blake2/*,
|
||||||
src/borg/algorithms/xxh64/*,
|
src/borg/algorithms/xxh64/*,
|
||||||
src/borg/crypto/low_level.c,
|
src/borg/crypto/low_level.c,
|
||||||
|
|
Loading…
Reference in a new issue