Formatting
crystal tool format
Linting
You align code conventions using Ameba. Refer to the link https://github.com/crystal-ameba/ameba#installation to install Ameba.
# Basic
ameba
# Auto fix
ameba --fix
Ameba conf: .ameba.yml
crystal tool format
You align code conventions using Ameba. Refer to the link https://github.com/crystal-ameba/ameba#installation to install Ameba.
# Basic
ameba
# Auto fix
ameba --fix
Ameba conf: .ameba.yml