TheStarport / FLHook

A Server Improvement for Freelancer.
GNU General Public License v3.0
30 stars 16 forks source link

Warning cleanup #306

Open Aingar opened 1 year ago

Aingar commented 1 year ago

Warnings should not trigger for files outside of main directory, so things like VC libs and vcpkg files should not trigger our checks.

S117: enforce variable naming convention - triggers for lone underscore aka '_'. Also, perhaps allow singular 'i' for basic for() style iteration?