Trivadis / plsql-and-sql-coding-guidelines

Trivadis PL/SQL & SQL Coding Guidelines

Home Page:https://trivadis.github.io/plsql-and-sql-coding-guidelines/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not violate G-2135 in good and bad example of G-2120/G-2130

PhilippSalvisberg opened this issue · comments

The variable l_note is not used in G-2120 and G-2130 in good and bad example.

add do_something(l_note); to avoid this violation.