Skip to content

Commit

Permalink
Merge pull request #7699 from ThomasWaldmann/remove-coala-master
Browse files Browse the repository at this point in the history
remove coala (outdated)
  • Loading branch information
ThomasWaldmann committed Jul 2, 2023
2 parents a7d8b02 + 80188d3 commit e695683
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 61 deletions.
35 changes: 0 additions & 35 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 @@ -217,26 +217,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 e695683

Please sign in to comment.