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

xpath rules for scripts in the specified directory #173

Open Zempik opened 11 months ago

Zempik commented 11 months ago

Good afternoon. Please help me. How to add a rule for scripts in a specific directory? For example, I want to prohibit the use of ddl operations in the "repo/data" directory. In other directories, these operations are allowed.
Thanks for your help :)