Beakerboy / VBA-Linter

Lint VBA code
MIT License
6 stars 1 forks source link

Make headers optional? #88

Open Beakerboy opened 8 months ago

Beakerboy commented 8 months ago

Excel will import all files as modules even if they are missing headers: Mark classFileHeader, proceduralModuleHeader, and classModuleHeader as optional. Create a rule to check and flag if they are missing.