Alykhan Kanji
Alykhan Kanji
Allow customization of rules via the `.tailor.yml` file. This includes porting over max and min length restrictions from the command-line. Some suggested customizations include: - [ ] limiting naming checks...
https://docs.oracle.com/javase/tutorial/i18n/ https://www.jetbrains.com/idea/help/internationalization-and-localization-support.html - [ ] Add `src/main/resources/messages.properties` and potentially `src/main/resources/messages_en_US.properties` containing the String constants from `Messages.java` - [ ] Use `Locale` and `ResourceBundle` in `Tailor.java` or helper class, to instantiate...
Add example `bootstrap.yaml` and `defaults.yaml` files to README to demonstrate new syntax.