diff options
author | Alessio Biancalana <dottorblaster@gmail.com> | 2020-12-19 18:56:47 +0100 |
---|---|---|
committer | Alessio Biancalana <dottorblaster@gmail.com> | 2021-01-03 12:52:57 +0100 |
commit | d7e5c5976a8859b0dc3919e1dd1cdb773c50d59b (patch) | |
tree | 834913756ab8bc151e4839248a17e9475232c8cd | |
parent | 08a3ed06da5ed4fd800d3cc655e44dbc87fdf203 (diff) | |
download | couchdb-d7e5c5976a8859b0dc3919e1dd1cdb773c50d59b.tar.gz |
Add to credo ignores and gitignore new file_system dependencyupgrade-credo-154-3x
-rw-r--r-- | .credo.exs | 1 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.credo.exs b/.credo.exs index c2ffd19d0..59e5550fe 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 d76b7cbb6..c594b10a3 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 |