Skip to content
Snippets Groups Projects
Commit cc62e0d7 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Check if test arguments are not build on non natural conversions

Actually, it is now forbidden to write code such as
``
if(1) {
  // do something
}
``
This rule also applies to `for`-loops, `while`-loops and `do while`-loops.

Related to issue #16
parent 7a10a4d1
No related branches found
No related tags found
2 merge requests!37Feature/language,!27Issue/16
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment