From 7b57980e57da1965737b86147b83cdd1824960ab Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 20 May 2019 11:47:39 +0200 Subject: [PATCH] Codacy improvements --- KNOWNISSUES.md | 7 +++++++ KNOWN_ISSUES.md | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 KNOWNISSUES.md delete mode 100644 KNOWN_ISSUES.md diff --git a/KNOWNISSUES.md b/KNOWNISSUES.md new file mode 100644 index 0000000..0601e4a --- /dev/null +++ b/KNOWNISSUES.md @@ -0,0 +1,7 @@ +KNOWN ISSUES +------------ + + - Cannot finish sync if one replica contains a directory and the other replica contains a file named the same way (Unix doesn't allow this) + - Daemon mode monitors changes in the whole replica directories, without honoring exclusion lists + - Soft deletion does not honor exclusion lists (ie soft deleted files will be cleaned regardless of any exlude pattern because they are in the deleted folder) + - Colors don't work in mac shell diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md deleted file mode 100644 index e7ff884..0000000 --- a/KNOWN_ISSUES.md +++ /dev/null @@ -1,7 +0,0 @@ -KNOWN ISSUES ------------- - -- Cannot finish sync if one replica contains a directory and the other replica contains a file named the same way (Unix doesn't allow this) -- Daemon mode monitors changes in the whole replica directories, without honoring exclusion lists -- Soft deletion does not honor exclusion lists (ie soft deleted files will be cleaned regardless of any exlude pattern because they are in the deleted folder) -- Colors don't work in mac shell