If your project uses code formatters like or . You can define the following snippet for ensuring the EzQL generated code follows your project's rules (this can format only "auto-correctable" code style issues).
scripts:
# Shell commands will be executed "before" generating.
# pre:
# Shell commands will be executed "after" generating.
post: rubocop -a
# You can also use multi line text.
# post: |
# rubocop -a