CycloneDX / cyclonedx-cocoapods

Creates CycloneDX Software Bill-of-Materials (SBOM) from Objective-C and Swift projects that use CocoaPods.
Apache License 2.0
21 stars 12 forks source link

Follow RuboCop formatting and run RuboCop during PRs #45

Closed macblazer closed 7 months ago

macblazer commented 2 years ago

RuboCop is a linter and formatter for Ruby code. Following its standards will make the project code better.

This should probably take more than a single PR to accomplish because a basic rubocop lib to check the main library code indicates 323 offenses to change in the 9 ruby files. 239 of those are correctable through automation (although they will have to be checked for correctness) leaving about a hundred offenses to manually correct. The spec folder has even more issues to resolve.