LoC and Licensing question of excluded code

Let’s say the largest branch in my GitHub repo is 10,000 LoC, but 5,000 LoC are 3rd party libraries that I will exclude from SonarQube analysis. For licensing purposes is this counted as 10K or 5K LoC?

Excluded files don’t count towards your LoC – so that would be counted as 5k.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.