Command line options

2023-08-09 Thread thindil
For that kind of checks, you will probably need another tool, like `nimalyzer`: Just "small" warning, it is in pre-alpha stage that's why I don't advertise it around. At least not too often. :)

Command line options

2023-08-09 Thread grd
About (1). I am not talking about bugs. I am talking about readability.

Command line options

2023-08-09 Thread Araq
There are lots of options for (2) like `--styleCheck:usages --styleCheck:error` and none for (1). Note that the number of bugs these options have found in my experience is **0**.

Command line options

2023-08-09 Thread grd
Hi, is there a way to turn on checks about: 1. The optional braces. For instance `echo hello` vs `echo(hello)` 2. The case insensitive Thanks