You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by do...@apache.org on 2021/01/03 11:54:29 UTC

[couchdb] 02/02: Add to credo ignores and gitignore new file_system dependency

This is an automated email from the ASF dual-hosted git repository.

dottorblaster pushed a commit to branch upgrade-credo-154-3x
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit d7e5c5976a8859b0dc3919e1dd1cdb773c50d59b
Author: Alessio Biancalana <do...@gmail.com>
AuthorDate: Sat Dec 19 18:56:47 2020 +0100

    Add to credo ignores and gitignore new file_system dependency
---
 .credo.exs | 1 +
 .gitignore | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.credo.exs b/.credo.exs
index c2ffd19..59e5550 100644
--- a/.credo.exs
+++ b/.credo.exs
@@ -30,6 +30,7 @@
           ~r"/src/jason",
           ~r"/src/hackney",
           ~r"/src/httpotion",
+          ~r"/src/file_system",
           ~r"/src/credo",
           ~r"/src/idna",
           ~r"/src/junit_formatter",
diff --git a/.gitignore b/.gitignore
index d76b7cb..c594b10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -75,6 +75,7 @@ src/snappy/
 src/ssl_verify_fun/
 src/triq/
 src/unicode_util_compat/
+src/file_system/
 tmp/
 
 src/couch/*.o