Pattern: Use of tab character
Issue: -
According to Google's Kotlin style guide the only whitespace chars that are allowed in a source file are the line terminator sequence and the ASCII horizontal space character (0x20
). Strings containing tabs are allowed.