less than 1 minute read

Analysis version 1.139.0 is live and ready for download. This version brings the following:

Added 🚀

  • Add new ‘–base-file’ flag to unifiedparser and rawtextparser #4270
  • UnifiedParser now automatically uses .gitignore files for file exclusion #4254
  • RawTextParser now automatically uses .gitignore files for file exclusion #4273
  • Add swift support to unifiedparser #4335
  • Add Objective-C support to unifiedparser #4361
  • GitLogParser is now able to find commits that contain the word hotfixes
  • Add four code smell metrics to unifiedparser #4315 and #4353
    • long function
    • long parameter list
    • message chains
    • excessive comments
  • Add comment ratio metric to unifiedparser #4353

Fixed 🐞

  • Fix “rloc_per_function” metrics of unifiedparser sometimes showing too low values #4343

Removed

  • BREAKING CHANGE SourceCodeParser is removed.