Method: Fastlane::Actions::EnsureNoDebugCodeAction.details

Defined in:
fastlane/lib/fastlane/actions/ensure_no_debug_code.rb

.detailsObject



57
58
59
60
61
62
# File 'fastlane/lib/fastlane/actions/ensure_no_debug_code.rb', line 57

def self.details
  [
    "You don't want any debug code to slip into production.",
    "This can be used to check if there is any debug code still in your codebase or if you have things like `// TO DO` or similar."
  ].join("\n")
end