felipebz / zpa

Parser and static code analysis tool for PL/SQL and Oracle SQL.
https://zpa.felipebz.com
GNU Lesser General Public License v3.0
211 stars 77 forks source link

Fix code style for UnnecessaryLikeCheck test #150

Closed Danil42Russia closed 3 years ago

Danil42Russia commented 3 years ago

Minor code style fixes. Now the code for the rules is in the same style ;)

felipebz commented 3 years ago

Hi.

Actually, it was intentional :-) I was looking for a way to simplify the code, all others classes would be changed to this new style.

I'll close this PR because the companion object was removed from others checks (b7b3178d78369610e5334e01448ccab43f86436f).

Thanks, though.