Skip to content

Commit 3630648

Browse files
Fix documentation
1 parent 9598720 commit 3630648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/lib/fastlane/actions/oclint.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def self.example_code
251251
list_enabled_rules: true, # List enabled rules
252252
enable_clang_static_analyzer: true, # Enable Clang Static Analyzer, and integrate results into OCLint report
253253
enable_global_analysis: true, # Compile every source, and analyze across global contexts (depends on number of source files, could results in high memory load)
254-
allow_duplicated_violations: true # Allow duplicated violations in the OCLint report
254+
allow_duplicated_violations: true, # Allow duplicated violations in the OCLint report
255255
extra_arg: "-Wno-everything" # Additional argument to append to the compiler command line
256256
)'
257257
]

0 commit comments

Comments
 (0)