浏览代码

Merge pull request #2819 from Alexander-N/coala-config

Update path to chunker.c in .coafile
TW 8 年之前
父节点
当前提交
b81a507b29
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .coafile

+ 2 - 2
.coafile

@@ -5,8 +5,8 @@ use_spaces = True
 
 [all.general]
 files = src/borg/**/*.(py|pyx|c)
-ignore = src/borg/(compress.c|hashindex.c|item.c),
-         src/borg/algorithms/(chunker.c|checksums.c|crc32.c),
+ignore = src/borg/(chunker.c|compress.c|hashindex.c|item.c),
+         src/borg/algorithms/(checksums.c|crc32.c),
          src/borg/algorithms/blake2/*,
          src/borg/algorithms/xxh64/*,
          src/borg/crypto/low_level.c,