java mapping naming between postgres and sonarlint

37 views Asked by At

i have several classes are mappings to two entities in postgres so postgres names it like this "user_usergroup" as table name

i use this style in java but lintQube told me to follow regular expression '^[a-z][a-zA-Z0-9]*$'.

should i listen to it?

0

There are 0 answers