Skip to content

Commit 843cf1f

Browse files
ZeWarendavidy4ng
authored andcommitted
Update sonarqube-fastlane.md (#179)
Typo in the example. (courtesy of @croustibapt)
1 parent c06bc44 commit 843cf1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sonarqube-fastlane.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Then add the following lane.
99
lane :metrics do
1010
scan(scheme: "[SCHEME]", code_coverage: true, derived_data_path: "./DerivedData", output_directory: "./reports")
1111
slather(cobertura_xml: true, jenkins: true, scheme: "[SCHEME]", build_directory: "./DerivedData", output_directory: "./reports", proj: "./[PROJECT].xcodeproj")
12-
lizard(source_folder: "[SOURCE_FOLDER]", language: "swift", export_type: "xml", report_file: "report/lizard-report.xml")
12+
lizard(source_folder: "[SOURCE_FOLDER]", language: "swift", export_type: "xml", report_file: "reports/lizard-report.xml")
1313
swiftlint(output_file: "./reports/swiftlint.txt", ignore_exit_status: true)
1414
sonar
1515
end

0 commit comments

Comments
 (0)