Reports if statements with boolean constant as a condition.

Example:


  if (true) {
      // ...
  }
  if (false) {
      // ...
  }