spotify / XCMetrics

XCMetrics is the easiest way to collect Xcode build metrics and improve developer productivity.
https://xcmetrics.io
Other
1.1k stars 77 forks source link

Add flag to skip inserting notes into the database #42

Closed ecamacho closed 3 years ago

ecamacho commented 3 years ago

In some cases, a log can contain thousands of Notes. For instance, if it has a lot of modules and is running SwiftLint as a PostBuild Phase's script. Inserting this data to the Database, can make it grow exponentially.

This PR adds an option: --skipNotes false that can be passed to the XCMetrics command so all those notes won't be inserted.