TheStarport / FLHook

A Server Improvement for Freelancer.
https://flhook.org
GNU General Public License v3.0
27 stars 15 forks source link

Ensure that there are less than 50 Sonarlint/Sonarcloud warnings #294

Open Lazrius opened 1 year ago

Lazrius commented 1 year ago

There are some warnings and smells that will be unavoidable due to the nature of the project or functions calls (things needing to be static/const that when changing will cause it to fail to compile and the like), but we should mark these as ignored when possible.

MrNen commented 1 year ago

@Lazrius , as part of this it would be useful to have sonar cloud also analyze the 4.1 branch as well.