Open VaclovasV opened 8 years ago
I was able to reproduce this like so:
After these steps the situation is as described by @VaclovasV . It turns out that deleting categories did not delete files and when we were creating new category with same name (except letter cases) new file was not created.
I fixed it to delete category files, when deleting categories and also added category name checking to prevent duplicates in this commit: https://github.com/devbridge/Styleguide/commit/742873e98f3786d7358a2f39623c76556fa32960
Please review and test it out.
Category name is uppercase, but filename is created with lowercase. Styleguide should not ignore naming casing.