Remove plsql files from analysis

A background task fails with this error message:

This analysis will make your organization 'xy reach the maximum allowed lines limit of 2000000. Current LOC usage is: 1481806. LOC count in this analysis: 692508. Language distribution: cs=102430,css=12605,docker=47,js=13079,plsql=528883,powershell=155,shell=7,web=34794,xml=184,yaml=324.

I’ve identified that the plsql files should not be counted/analysed. How can I exclude those files from the analysis? I’ve already set this in the Source file exclusion settings: dbFiles/**/*.sql.

Any advice?

Hey @twenzel, wow that’s a lot of PL/SQL. Are all the files under dbFiles? If you’re not sure, you could try simply excluding **/*.sql.