Skip to content

Commit

Permalink
Merge pull request #7704 from ThomasWaldmann/remove-coala-1.2
Browse files Browse the repository at this point in the history
remove coala (outdated)
  • Loading branch information
ThomasWaldmann authored Jul 3, 2023
2 parents 6b0dc53 + ae7fd9b commit dfa04ee
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 67 deletions.
41 changes: 0 additions & 41 deletions .coafile

This file was deleted.

2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# stuff we need to include into the sdist is handled automatically by
# setuptools_scm - it includes all git-committed files.
# but we want to exclude some committed files/dirs not needed in the sdist:
exclude .coafile .editorconfig .gitattributes .gitignore .mailmap Vagrantfile
exclude .editorconfig .gitattributes .gitignore .mailmap Vagrantfile
prune .github
include src/borg/platform/darwin.c src/borg/platform/freebsd.c src/borg/platform/linux.c src/borg/platform/posix.c
include src/borg/platform/syncfilerange.c
Expand Down
20 changes: 0 additions & 20 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,26 +202,6 @@ Important notes:
- When using ``--`` to give options to py.test, you MUST also give ``borg.testsuite[.module]``.


Running more checks using coala
-------------------------------

First install coala and some checkers ("bears"):

::

pip install -r requirements.d/coala.txt

You can now run coala from the toplevel directory; it will read its settings
from ``.coafile`` there:

::

coala

Some bears have additional requirements and they usually tell you about
them in case they are missing.


Adding a compression algorithm
------------------------------

Expand Down
5 changes: 0 additions & 5 deletions requirements.d/coala.txt

This file was deleted.

0 comments on commit dfa04ee

Please sign in to comment.