issues
search
OHDSI
/
CureIdRegistry
https://cureid.github.io/
14
stars
9
forks
source link
Round2 linting
#25
Closed
smkordik78
closed
8 months ago
smkordik78
commented
8 months ago
Consistently use either all upper-case or all lower-case, not a mix, for keywords, function names, literals, datatypes
Use explicit aliasing (using AS) with tables, columns
Select targets should be on a new line unless there is only one select target
Consistent use/placement of opening and closing parentheses