Optimize checking gates #231
Annotations
1 error and 6 warnings
Credo
Process completed with exit code 4.
|
Credo
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Credo
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Credo:
lib/fun_with_flags/flag.ex#L79
There should be no trailing white-space at the end of a line.
|
Credo:
lib/fun_with_flags/flag.ex#L74
There should be no trailing white-space at the end of a line.
|
Credo:
lib/fun_with_flags/flag.ex#L67
There should be no trailing white-space at the end of a line.
|
Credo:
lib/fun_with_flags/flag.ex#L65
There should be no trailing white-space at the end of a line.
|