I have a very simple use case where topy fails on a YAML file by trying to add case:
Topy would rename jordan to Jordan, which will break the code as this is a filename.
Few problems related to this:
- topy does not mention which rules was used in this case
- topy has no command line parameter to enable more verbose mode (ex. to identify the rule used)
- no option to disable topy or rule per specific line, file or repository.
I have a very simple use case where
topyfails on a YAML file by trying to add case:Topy would rename
jordantoJordan, which will break the code as this is a filename.Few problems related to this: