Method: Fastlane::Actions::CodeStaticAnalyzerAction.details

Defined in:
lib/fastlane/plugin/code_static_analyzer/actions/code_static_analyzer_action.rb

.detailsObject


262
263
264
265
266
267
# File 'lib/fastlane/plugin/code_static_analyzer/actions/code_static_analyzer_action.rb', line 262

def self.details
  # Optional:
  "This plugins is the helper for checking code on warnings, copypaste, syntax, etc.\n" \
  "Each analyzer in this plugin save result status in shared values <NAME>_ANALYZER_STATUS: 0 - code is clear, any other value - code include warnings/errors.\n" \
  "Also each analyzer save results in separate file: codeAnalysResult_<name of analyzer>.xml"
end