Skip to content

Commit

Permalink
Update shellcheck classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
limpidsa authored and random1223 committed Sep 8, 2024
1 parent 4ab291f commit b9ec067
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ void testScanCode(){
List<CodeAnalysisResultDto> codeAnalysisResultDtos = shellcheckCodeAnalyzer.analyzeCode(analyzerRequest);
Assertions.assertTrue(codeAnalysisResultDtos.size() > 0);


for(CodeAnalysisResultDto codeAnalysisResultDto : codeAnalysisResultDtos){
Map<String, List<CodeAnalysisIssueDto>> issuesByFile = codeAnalysisResultDto.getIssuesByFile();
Assertions.assertTrue(issuesByFile.size() > 0);
Expand Down

0 comments on commit b9ec067

Please sign in to comment.