Codacy improvements

This commit is contained in:
deajan 2019-05-20 11:47:39 +02:00
parent c96bdfe5ce
commit 7b57980e57
2 changed files with 7 additions and 7 deletions

7
KNOWNISSUES.md Normal file
View File

@ -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

View File

@ -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