- + - + - + - + - + - + - +

About

Ameba is a static code analysis tool for the Crystal language. -It enforces a consistent Crystal code style, +It enforces a consistent Crystal code style, also catches code smells and wrong code constructions.

-

See also Roadmap.

+

See also Roadmap.

Run in parallel

-

Starting from 0.31.0 Crystal supports parallelism. +

Starting from 0.31.0 Crystal supports parallelism. It allows to run linting in parallel too. In order to take advantage of this feature you need to build ameba with preview_mt support:

@@ -648,7 +648,7 @@ $ CRYSTAL_WORKERS=8 ameba #=> 10.14 seconds