]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Remove unused tool configuration
authorAarni Koskela <akx@iki.fi>
Tue, 10 Nov 2020 14:09:42 +0000 (16:09 +0200)
committerAarni Koskela <akx@iki.fi>
Tue, 25 Jan 2022 09:14:30 +0000 (11:14 +0200)
.coafile [deleted file]
.rultor.yml [deleted file]

diff --git a/.coafile b/.coafile
deleted file mode 100644 (file)
index 666eefe..0000000
--- 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 (file)
index 6267e49..0000000
+++ /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!)"