Actions
Bug #5214
closed"not (true)" should not warn "(...) interpreted as grouped expression"
    Bug #5214:
    "not (true)" should not warn "(...) interpreted as grouped expression" 
  
Description
If you have a space between "not" and "(" ruby will warn.
Since it is normal to use "not" with a grouped expression ruby should not warn
The workaround is to remove the space or change to "!" instead of "not"
Actions