Skip to content

Commit

Permalink
Update scalastyle comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmaxia authored and random1223 committed Sep 12, 2024
1 parent 2c0900d commit c2728e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class ScalastyleCodeAnalyzer implements CodeAnalyzerInterface {
@Override
public List<CodeAnalysisResultDto> analyzeCode(AnalyzerConfigurationDetailDto runnerConfiguration, AnalyzerRequest request) {

//cmd example:
//CLI command example:
// java -jar ~/dev/scalastyle.jar --config analyzer-scalastyle/src/test/resources/default-config.xml --xmlOutput ~/dev/tmp.xml code-issue-examples/scala
CodetyConsoleLogger.info("Scanning "+runnerConfiguration.getLanguage()+" code via "+runnerConfiguration.getCodeAnalyzerType().name()+"...");
ArrayList<CodeAnalysisResultDto> list = new ArrayList();
Expand Down

0 comments on commit c2728e0

Please sign in to comment.