From: Aarni Koskela Date: Tue, 10 Nov 2020 14:09:42 +0000 (+0200) Subject: Remove unused tool configuration X-Git-Tag: v2.10.0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9b986acef1b1d128510ee3ddb14b1ab2bd94b40;p=thirdparty%2Fbabel.git Remove unused tool configuration --- diff --git a/.coafile b/.coafile deleted file mode 100644 index 666eefe9..00000000 --- a/.coafile +++ /dev/null @@ -1,5 +0,0 @@ -[Default] -bears = SpaceConsistencyBear,LineLengthBear,PyUnusedCodeBear -use_spaces = true -max_line_length = 120 -files = babel/**/*.py diff --git a/.rultor.yml b/.rultor.yml deleted file mode 100644 index 6267e49a..00000000 --- a/.rultor.yml +++ /dev/null @@ -1,12 +0,0 @@ -install: - - pip install pytest - -docker: - as_root: true # for pip installation - image: "coala/rultor-python" - -merge: - fast-forward: only - rebase: true - script: - - echo "Nothing to do (yet!)"