Method: Fastlane::Actions::OclintAction.details
- Defined in:
- fastlane/lib/fastlane/actions/oclint.rb
permalink .details ⇒ Object
[View source]
232 233 234 |
# File 'fastlane/lib/fastlane/actions/oclint.rb', line 232 def self.details "Run the static analyzer tool [OCLint](http://oclint.org) for your project. You need to have a `compile_commands.json` file in your _fastlane_ directory or pass a path to your file." end |