Skip to content

Commit

Permalink
Merge pull request #62 from mammuth/patch-1
Browse files Browse the repository at this point in the history
Update Fastlane documentation for latest version
  • Loading branch information
zippy1978 authored Feb 21, 2017
2 parents c2e9a2a + 172083d commit 1658191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sonarqube-fastlane.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ If you already use Fastlane, you can simply setup a new lane performing the anal

```ruby
lane :metrics do
scan(scheme: "[SCHEME]", code_coverage: true, xcargs: "-derivedDataPath ./DerivedData", output_directory: "./reports")
scan(scheme: "[SCHEME]", code_coverage: true, derived_data_path: "./DerivedData", output_directory: "./reports")
slather(cobertura_xml: true, jenkins: true, scheme: "[SCHEME]", build_directory: "./DerivedData", output_directory: "./reports", proj: "./[PROJECT].xcodeproj")
sh("cd .. && lizard ./[SOURCE_FOLDER] -l swift --xml > ./reports/lizard-report.xml")
swiftlint(output_file: "./reports/swiftlint.txt", ignore_exit_status: true)
Expand Down

0 comments on commit 1658191

Please sign in to comment.