Skip to content

Update dependency gradle to v8.10.2 #316

Update dependency gradle to v8.10.2

Update dependency gradle to v8.10.2 #316

Triggered via push September 24, 2024 04:34
Status Success
Total duration 1m 48s
Artifacts

codety.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

432 warnings
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/CheckovResultConverter.java#L3
[Code Style] [UnnecessaryImport] Unused import 'com.fasterxml.jackson.core.JsonProcessingException'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/CheckovResultConverter.java#L4
[Code Style] [UnnecessaryImport] Unused import 'io.codety.scanner.analyzer.checkov.dto.*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/CheckovResultConverter.java#L42
[Error Prone] [AvoidLiteralsInIfCondition] Avoid using literals in if statements
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovCheckResult.java#L21
[Code Style] [FormalParameterNamingConventions] The method parameter name 'evaluated_keys' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L46
[Code Style] [FormalParameterNamingConventions] The method parameter name 'check_id' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L54
[Code Style] [FormalParameterNamingConventions] The method parameter name 'bc_check_id' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L62
[Code Style] [FormalParameterNamingConventions] The method parameter name 'check_name' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L70
[Code Style] [FormalParameterNamingConventions] The method parameter name 'check_result' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L78
[Code Style] [FormalParameterNamingConventions] The method parameter name 'code_block' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L86
[Code Style] [FormalParameterNamingConventions] The method parameter name 'file_path' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L94
[Code Style] [FormalParameterNamingConventions] The method parameter name 'file_abs_path' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L102
[Code Style] [FormalParameterNamingConventions] The method parameter name 'repo_file_path' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L110
[Code Style] [FormalParameterNamingConventions] The method parameter name 'file_line_range' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L134
[Code Style] [FormalParameterNamingConventions] The method parameter name 'check_class' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L142
[Code Style] [FormalParameterNamingConventions] The method parameter name 'fixed_definition' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L150
[Code Style] [FormalParameterNamingConventions] The method parameter name 'entity_tags' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L158
[Code Style] [FormalParameterNamingConventions] The method parameter name 'caller_file_path' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L166
[Code Style] [FormalParameterNamingConventions] The method parameter name 'caller_file_line_range' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L174
[Code Style] [FormalParameterNamingConventions] The method parameter name 'resource_address' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L190
[Code Style] [FormalParameterNamingConventions] The method parameter name 'bc_category' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L214
[Code Style] [FormalParameterNamingConventions] The method parameter name 'short_description' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L222
[Code Style] [FormalParameterNamingConventions] The method parameter name 'vulnerability_details' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L230
[Code Style] [FormalParameterNamingConventions] The method parameter name 'connected_node' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L254
[Code Style] [FormalParameterNamingConventions] The method parameter name 'check_len' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L262
[Code Style] [FormalParameterNamingConventions] The method parameter name 'definition_context_file_path' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L271
[Code Style] [FormalParameterNamingConventions] The method parameter name 'validation_status' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L279
[Code Style] [FormalParameterNamingConventions] The method parameter name 'added_commit_hash' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L287
[Code Style] [FormalParameterNamingConventions] The method parameter name 'removed_commit_hash' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L295
[Code Style] [FormalParameterNamingConventions] The method parameter name 'added_by' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L303
[Code Style] [FormalParameterNamingConventions] The method parameter name 'removed_date' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovFailedCheck.java#L311
[Code Style] [FormalParameterNamingConventions] The method parameter name 'added_date' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovResults.java#L12
[Code Style] [FormalParameterNamingConventions] The method parameter name 'failed_checks' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovRoot.java#L12
[Code Style] [FormalParameterNamingConventions] The method parameter name 'check_type' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovSummary.java#L39
[Code Style] [FormalParameterNamingConventions] The method parameter name 'parsing_errors' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovSummary.java#L47
[Code Style] [FormalParameterNamingConventions] The method parameter name 'resource_count' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-checkov/src/main/java/io/codety/scanner/analyzer/checkov/dto/CheckovSummary.java#L55
[Code Style] [FormalParameterNamingConventions] The method parameter name 'checkov_version' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-codety/src/main/java/io/codety/scanner/analyzer/codety/CodetyRegexCodeAnalyzer.java#L39
[Best Practices] [UnusedAssignment] The initializer for variable 'inputRuleList' is never used (overwritten on lines 43 and 47)
analyzer-codety/src/main/java/io/codety/scanner/analyzer/codety/CodetyRegexCodeAnalyzer.java#L127
[ CodeAnalysisResultDto] [ List<CodetyRegexAnalyzerRule>] The method 'scanFile(File
analyzer-codety/src/main/java/io/codety/scanner/analyzer/codety/CodetyRegexCodeAnalyzer.java#L203
[Error Prone] [AssignmentInOperand] Avoid assignments in operands
analyzer-cppcheck/src/main/java/io/codety/scanner/analyzer/cppcheck/CppcheckResultConverter.java#L3
[Code Style] [UnnecessaryImport] Unused import 'io.codety.scanner.analyzer.cppcheck.dto.*'
analyzer-eslint/src/main/java/io/codety/scanner/analyzer/eslint/EslintConfigFileFactory.java#L34
[Best Practices] [UnusedAssignment] The initializer for variable 'content' is never used (overwritten on lines 43 and 58)
analyzer-eslint/src/main/java/io/codety/scanner/analyzer/eslint/EslintResultsConverter.java#L11
[ EslintResults] [ String)' has an NPath complexity of 222] The method 'convertFormat(CodeAnalysisResultDto
analyzer-eslint/src/main/java/io/codety/scanner/analyzer/eslint/EslintResultsConverter.java#L24
[Error Prone] [AvoidLiteralsInIfCondition] Avoid using literals in if statements
analyzer-phpstan/src/main/java/io/codety/scanner/analyzer/phpstan/dto/PhpstanTotals.java#L19
[Code Style] [FormalParameterNamingConventions] The method parameter name 'file_errors' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-pmd/src/main/java/io/codety/scanner/analyzer/pmd/JavaPmdCodeAnalyzer.java#L12
[Code Style] [UnnecessaryImport] Unused import 'io.codety.scanner.util.*'
analyzer-pmd/src/main/java/io/codety/scanner/analyzer/pmd/JavaPmdCodeAnalyzer.java#L63
[Best Practices] [AvoidReassigningParameters] Avoid reassigning parameters such as 'pmdCsvResult'
analyzer-pylint/src/main/java/io/codety/scanner/analyzer/pylint/PylintCodeAnalyzer.java#L44
[Error Prone] [AvoidDuplicateLiterals] The String literal ' Failed ' appears 4 times in this file; the first occurrence is on line 44
analyzer-rubocop/src/main/java/io/codety/scanner/analyzer/rubocop/dto/RubocopIssueLocation.java#L16
[Code Style] [FormalParameterNamingConventions] The method parameter name 'start_line' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-rubocop/src/main/java/io/codety/scanner/analyzer/rubocop/dto/RubocopIssueLocation.java#L24
[Code Style] [FormalParameterNamingConventions] The method parameter name 'start_column' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-rubocop/src/main/java/io/codety/scanner/analyzer/rubocop/dto/RubocopIssueLocation.java#L32
[Code Style] [FormalParameterNamingConventions] The method parameter name 'last_line' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-rubocop/src/main/java/io/codety/scanner/analyzer/rubocop/dto/RubocopIssueLocation.java#L40
[Code Style] [FormalParameterNamingConventions] The method parameter name 'last_column' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-rubocop/src/main/java/io/codety/scanner/analyzer/rubocop/dto/RubocopMetadata.java#L14
[Code Style] [FormalParameterNamingConventions] The method parameter name 'rubocop_version' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-rubocop/src/main/java/io/codety/scanner/analyzer/rubocop/dto/RubocopMetadata.java#L22
[Code Style] [FormalParameterNamingConventions] The method parameter name 'ruby_engine' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-rubocop/src/main/java/io/codety/scanner/analyzer/rubocop/dto/RubocopMetadata.java#L30
[Code Style] [FormalParameterNamingConventions] The method parameter name 'ruby_version' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-rubocop/src/main/java/io/codety/scanner/analyzer/rubocop/dto/RubocopMetadata.java#L38
[Code Style] [FormalParameterNamingConventions] The method parameter name 'ruby_patchlevel' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-rubocop/src/main/java/io/codety/scanner/analyzer/rubocop/dto/RubocopMetadata.java#L46
[Code Style] [FormalParameterNamingConventions] The method parameter name 'ruby_platform' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-rubocop/src/main/java/io/codety/scanner/analyzer/rubocop/dto/RubocopOffense.java#L31
[Code Style] [FormalParameterNamingConventions] The method parameter name 'cop_name' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-rubocop/src/main/java/io/codety/scanner/analyzer/rubocop/dto/RubocopSummary.java#L12
[Code Style] [FormalParameterNamingConventions] The method parameter name 'offense_count' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-rubocop/src/main/java/io/codety/scanner/analyzer/rubocop/dto/RubocopSummary.java#L20
[Code Style] [FormalParameterNamingConventions] The method parameter name 'target_file_count' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-rubocop/src/main/java/io/codety/scanner/analyzer/rubocop/dto/RubocopSummary.java#L28
[Code Style] [FormalParameterNamingConventions] The method parameter name 'inspected_file_count' doesn't match '[a-z][a-zA-Z0-9]*'
analyzer-scalastyle/src/main/java/io/codety/scanner/analyzer/scalastyle/dto/ScalastyleFile.java#L4
[Code Style] [UnnecessaryImport] Unused import 'com.fasterxml.jackson.annotation.JsonProperty'
analyzer-shellcheck/src/main/java/io/codety/scanner/analyzer/shellcheck/ShellcheckConverter.java#L48
[Error Prone] [AvoidLiteralsInIfCondition] Avoid using literals in if statements
code-issue-examples/java-pmd/module_api/src/main/java/com/MyApi.java#L4
[Code Style] [UnnecessaryImport] Unused import 'java.util.List'
code-issue-examples/java-pmd/module_scheduler/src/main/java/MyScheduler.java#L1
[ interfaces] [ enums and annotations must belong to a named package] All classes
scanner-common/src/main/java/io/codety/scanner/analyzer/dto/CodetyMatchingRule.java#L11
[Best Practices] [UnusedAssignment] The field initializer for 'pattern' is never used (overwritten on line 17)
scanner-common/src/main/java/io/codety/scanner/reporter/dto/CodeAnalysisResultSetDto.java#L41
[ current threshold is 200] [Design] The method 'toConsoleOutputString(AnalyzerRequest)' has an NPath complexity of 210
scanner-common/src/main/java/io/codety/scanner/service/dto/AnalyzerRequest.java#L83
[Error Prone] [AvoidDuplicateLiterals] The String literal 'false' appears 4 times in this file; the first occurrence is on line 83
scanner-common/src/main/java/io/codety/scanner/util/HttpRequestUtil.java#L38
[Best Practices] [UnusedAssignment] The initializer for variable 'postPayload' is never used (overwritten on lines 40 and 42)
scanner/src/main/java/io/codety/scanner/connectivity/CodetyConfigService.java#L9
[Code Style] [UnnecessaryImport] Unused import 'io.codety.scanner.util.*'
scanner/src/main/java/io/codety/scanner/connectivity/CodetyConfigService.java#L26
[ current threshold is 200] [Design] The method 'downloadRulesetConfig(AnalyzerRequest)' has an NPath complexity of 816
scanner/src/main/java/io/codety/scanner/prework/dto/GitFileChangeList.java#L8
[Best Practices] [UnusedAssignment] The field initializer for 'valid' is never used (overwritten on line 13)
scanner/src/main/java/io/codety/scanner/reporter/github/GithubCommentService.java#L12
[Code Style] [UnnecessaryImport] Unused import 'org.kohsuke.github.*'
scanner/src/main/java/io/codety/scanner/reporter/github/GithubCommentService.java#L24
[Best Practices] [UnusedAssignment] The initializer for variable 'githubClient' is never used (overwritten on line 31)
scanner/src/main/java/io/codety/scanner/reporter/github/GithubCommentService.java#L38
[Best Practices] [UnusedAssignment] The initializer for variable 'comment' is never used (overwritten on lines 40 and 42)
scanner/src/main/java/io/codety/scanner/reporter/github/GithubCommentService.java#L82
[ CodeAnalysisResultSetDto)' has an NPath complexity of 36296] [ current threshold is 200] The method 'addPullRequestReviews(AnalyzerRequest
scanner/src/main/java/io/codety/scanner/reporter/github/GithubCommentService.java#L302
[Error Prone] [AvoidLiteralsInIfCondition] Avoid using literals in if statements
scanner/src/main/java/io/codety/scanner/reporter/github/GithubCommentService.java#L304
[Error Prone] [AvoidLiteralsInIfCondition] Avoid using literals in if statements
scanner/src/main/java/io/codety/scanner/reporter/github/GithubCommentService.java#L306
[Error Prone] [AvoidLiteralsInIfCondition] Avoid using literals in if statements
scanner/src/main/java/io/codety/scanner/reporter/github/GithubPullRequestResultReporter.java#L140
[Error Prone] [AvoidLiteralsInIfCondition] Avoid using literals in if statements
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostInstallation.java#L23
[Code Style] [FormalParameterNamingConventions] The method parameter name 'node_id' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L102
[Code Style] [BooleanGetMethodName] A getX() method which returns a boolean should be named isX()
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L146
[Code Style] [BooleanGetMethodName] A getX() method which returns a boolean should be named isX()
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L183
[Code Style] [BooleanGetMethodName] A getX() method which returns a boolean should be named isX()
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L211
[Code Style] [BooleanGetMethodName] A getX() method which returns a boolean should be named isX()
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L241
[Code Style] [FormalParameterNamingConventions] The method parameter name 'node_id' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L245
[Code Style] [FormalParameterNamingConventions] The method parameter name 'html_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L249
[Code Style] [FormalParameterNamingConventions] The method parameter name 'diff_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L253
[Code Style] [FormalParameterNamingConventions] The method parameter name 'patch_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L257
[Code Style] [FormalParameterNamingConventions] The method parameter name 'issue_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L285
[Code Style] [FormalParameterNamingConventions] The method parameter name 'created_at' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L289
[Code Style] [FormalParameterNamingConventions] The method parameter name 'updated_at' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L293
[Code Style] [FormalParameterNamingConventions] The method parameter name 'closed_at' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L297
[Code Style] [FormalParameterNamingConventions] The method parameter name 'merged_at' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L301
[Code Style] [FormalParameterNamingConventions] The method parameter name 'merge_commit_sha' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L317
[Code Style] [FormalParameterNamingConventions] The method parameter name 'commits_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L333
[Code Style] [FormalParameterNamingConventions] The method parameter name 'review_comments_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L337
[Code Style] [FormalParameterNamingConventions] The method parameter name 'review_comment_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L341
[Code Style] [FormalParameterNamingConventions] The method parameter name 'comments_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L345
[Code Style] [FormalParameterNamingConventions] The method parameter name 'statuses_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L349
[Code Style] [FormalParameterNamingConventions] The method parameter name 'author_association' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L353
[Code Style] [FormalParameterNamingConventions] The method parameter name 'auto_merge' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L357
[Code Style] [FormalParameterNamingConventions] The method parameter name 'active_lock_reason' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L373
[Code Style] [FormalParameterNamingConventions] The method parameter name 'mergeable_state' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L377
[Code Style] [FormalParameterNamingConventions] The method parameter name 'merged_by' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L385
[Code Style] [FormalParameterNamingConventions] The method parameter name 'review_comments' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L389
[Code Style] [FormalParameterNamingConventions] The method parameter name 'maintainer_can_modify' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequest.java#L405
[Code Style] [FormalParameterNamingConventions] The method parameter name 'changed_files' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L107
[Code Style] [FormalParameterNamingConventions] The method parameter name 'node_id' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L123
[Code Style] [FormalParameterNamingConventions] The method parameter name 'full_name' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L131
[Code Style] [FormalParameterNamingConventions] The method parameter name 'html_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L163
[Code Style] [FormalParameterNamingConventions] The method parameter name 'forks_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L171
[Code Style] [FormalParameterNamingConventions] The method parameter name 'keys_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L179
[Code Style] [FormalParameterNamingConventions] The method parameter name 'collaborators_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L187
[Code Style] [FormalParameterNamingConventions] The method parameter name 'teams_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L195
[Code Style] [FormalParameterNamingConventions] The method parameter name 'hooks_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L203
[Code Style] [FormalParameterNamingConventions] The method parameter name 'issue_events_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L211
[Code Style] [FormalParameterNamingConventions] The method parameter name 'events_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L219
[Code Style] [FormalParameterNamingConventions] The method parameter name 'assignees_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L227
[Code Style] [FormalParameterNamingConventions] The method parameter name 'branches_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L235
[Code Style] [FormalParameterNamingConventions] The method parameter name 'tags_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L243
[Code Style] [FormalParameterNamingConventions] The method parameter name 'blobs_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L251
[Code Style] [FormalParameterNamingConventions] The method parameter name 'git_tags_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L259
[Code Style] [FormalParameterNamingConventions] The method parameter name 'git_refs_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L267
[Code Style] [FormalParameterNamingConventions] The method parameter name 'trees_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L275
[Code Style] [FormalParameterNamingConventions] The method parameter name 'statuses_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L283
[Code Style] [FormalParameterNamingConventions] The method parameter name 'languages_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L291
[Code Style] [FormalParameterNamingConventions] The method parameter name 'stargazers_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L299
[Code Style] [FormalParameterNamingConventions] The method parameter name 'contributors_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L307
[Code Style] [FormalParameterNamingConventions] The method parameter name 'subscribers_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L315
[Code Style] [FormalParameterNamingConventions] The method parameter name 'subscription_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L323
[Code Style] [FormalParameterNamingConventions] The method parameter name 'commits_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L331
[Code Style] [FormalParameterNamingConventions] The method parameter name 'git_commits_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L339
[Code Style] [FormalParameterNamingConventions] The method parameter name 'comments_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L347
[Code Style] [FormalParameterNamingConventions] The method parameter name 'issue_comment_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L355
[Code Style] [FormalParameterNamingConventions] The method parameter name 'contents_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L363
[Code Style] [FormalParameterNamingConventions] The method parameter name 'compare_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L371
[Code Style] [FormalParameterNamingConventions] The method parameter name 'merges_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L379
[Code Style] [FormalParameterNamingConventions] The method parameter name 'archive_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L387
[Code Style] [FormalParameterNamingConventions] The method parameter name 'downloads_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L395
[Code Style] [FormalParameterNamingConventions] The method parameter name 'issues_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L403
[Code Style] [FormalParameterNamingConventions] The method parameter name 'pulls_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L411
[Code Style] [FormalParameterNamingConventions] The method parameter name 'milestones_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L419
[Code Style] [FormalParameterNamingConventions] The method parameter name 'notifications_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L427
[Code Style] [FormalParameterNamingConventions] The method parameter name 'labels_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L435
[Code Style] [FormalParameterNamingConventions] The method parameter name 'releases_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L443
[Code Style] [FormalParameterNamingConventions] The method parameter name 'deployments_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L451
[Code Style] [FormalParameterNamingConventions] The method parameter name 'created_at' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L459
[Code Style] [FormalParameterNamingConventions] The method parameter name 'updated_at' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L467
[Code Style] [FormalParameterNamingConventions] The method parameter name 'pushed_at' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L475
[Code Style] [FormalParameterNamingConventions] The method parameter name 'git_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L483
[Code Style] [FormalParameterNamingConventions] The method parameter name 'ssh_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L491
[Code Style] [FormalParameterNamingConventions] The method parameter name 'clone_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L499
[Code Style] [FormalParameterNamingConventions] The method parameter name 'svn_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L523
[Code Style] [FormalParameterNamingConventions] The method parameter name 'stargazers_count' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L531
[Code Style] [FormalParameterNamingConventions] The method parameter name 'watchers_count' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L547
[Code Style] [FormalParameterNamingConventions] The method parameter name 'has_issues' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L555
[Code Style] [FormalParameterNamingConventions] The method parameter name 'has_projects' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L563
[Code Style] [FormalParameterNamingConventions] The method parameter name 'has_downloads' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L571
[Code Style] [FormalParameterNamingConventions] The method parameter name 'has_wiki' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L579
[Code Style] [FormalParameterNamingConventions] The method parameter name 'has_pages' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L587
[Code Style] [FormalParameterNamingConventions] The method parameter name 'has_discussions' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L595
[Code Style] [FormalParameterNamingConventions] The method parameter name 'forks_count' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L603
[Code Style] [FormalParameterNamingConventions] The method parameter name 'mirror_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L627
[Code Style] [FormalParameterNamingConventions] The method parameter name 'open_issues_count' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L635
[Code Style] [FormalParameterNamingConventions] The method parameter name 'allow_forking' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L643
[Code Style] [FormalParameterNamingConventions] The method parameter name 'is_template' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L651
[Code Style] [FormalParameterNamingConventions] The method parameter name 'web_commit_signoff_required' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L675
[Code Style] [FormalParameterNamingConventions] The method parameter name 'open_issues' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L691
[Code Style] [FormalParameterNamingConventions] The method parameter name 'default_branch' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L699
[Code Style] [FormalParameterNamingConventions] The method parameter name 'allow_squash_merge' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L707
[Code Style] [FormalParameterNamingConventions] The method parameter name 'allow_merge_commit' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L715
[Code Style] [FormalParameterNamingConventions] The method parameter name 'allow_rebase_merge' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L723
[Code Style] [FormalParameterNamingConventions] The method parameter name 'allow_auto_merge' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L731
[Code Style] [FormalParameterNamingConventions] The method parameter name 'delete_branch_on_merge' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L739
[Code Style] [FormalParameterNamingConventions] The method parameter name 'allow_update_branch' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L747
[Code Style] [FormalParameterNamingConventions] The method parameter name 'use_squash_pr_title_as_default' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L755
[Code Style] [FormalParameterNamingConventions] The method parameter name 'squash_merge_commit_message' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L763
[Code Style] [FormalParameterNamingConventions] The method parameter name 'squash_merge_commit_title' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L771
[Code Style] [FormalParameterNamingConventions] The method parameter name 'merge_commit_message' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostPullRequestBaseRepo.java#L779
[Code Style] [FormalParameterNamingConventions] The method parameter name 'merge_commit_title' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L117
[Code Style] [BooleanGetMethodName] A getX() method which returns a boolean should be named isX()
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L325
[Code Style] [BooleanGetMethodName] A getX() method which returns a boolean should be named isX()
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L329
[Code Style] [BooleanGetMethodName] A getX() method which returns a boolean should be named isX()
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L333
[Code Style] [BooleanGetMethodName] A getX() method which returns a boolean should be named isX()
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L337
[Code Style] [BooleanGetMethodName] A getX() method which returns a boolean should be named isX()
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L341
[Code Style] [BooleanGetMethodName] A getX() method which returns a boolean should be named isX()
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L345
[Code Style] [BooleanGetMethodName] A getX() method which returns a boolean should be named isX()
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L357
[Code Style] [BooleanGetMethodName] A getX() method which returns a boolean should be named isX()
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L361
[Code Style] [BooleanGetMethodName] A getX() method which returns a boolean should be named isX()
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L370
[Code Style] [BooleanGetMethodName] A getX() method which returns a boolean should be named isX()
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L374
[Code Style] [BooleanGetMethodName] A getX() method which returns a boolean should be named isX()
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L378
[Code Style] [BooleanGetMethodName] A getX() method which returns a boolean should be named isX()
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L408
[Code Style] [FormalParameterNamingConventions] The method parameter name 'node_id' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L416
[Code Style] [FormalParameterNamingConventions] The method parameter name 'full_name' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L421
[Code Style] [FormalParameterNamingConventions] The method parameter name 'html_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L437
[Code Style] [FormalParameterNamingConventions] The method parameter name 'forks_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L441
[Code Style] [FormalParameterNamingConventions] The method parameter name 'keys_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L445
[Code Style] [FormalParameterNamingConventions] The method parameter name 'collaborators_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L449
[Code Style] [FormalParameterNamingConventions] The method parameter name 'teams_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L453
[Code Style] [FormalParameterNamingConventions] The method parameter name 'hooks_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L457
[Code Style] [FormalParameterNamingConventions] The method parameter name 'issue_events_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L461
[Code Style] [FormalParameterNamingConventions] The method parameter name 'events_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L465
[Code Style] [FormalParameterNamingConventions] The method parameter name 'assignees_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L469
[Code Style] [FormalParameterNamingConventions] The method parameter name 'branches_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L473
[Code Style] [FormalParameterNamingConventions] The method parameter name 'tags_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L477
[Code Style] [FormalParameterNamingConventions] The method parameter name 'blobs_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L481
[Code Style] [FormalParameterNamingConventions] The method parameter name 'git_tags_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L485
[Code Style] [FormalParameterNamingConventions] The method parameter name 'git_refs_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L489
[Code Style] [FormalParameterNamingConventions] The method parameter name 'trees_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L493
[Code Style] [FormalParameterNamingConventions] The method parameter name 'statuses_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L497
[Code Style] [FormalParameterNamingConventions] The method parameter name 'languages_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L501
[Code Style] [FormalParameterNamingConventions] The method parameter name 'stargazers_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L505
[Code Style] [FormalParameterNamingConventions] The method parameter name 'contributors_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L509
[Code Style] [FormalParameterNamingConventions] The method parameter name 'subscribers_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L513
[Code Style] [FormalParameterNamingConventions] The method parameter name 'subscription_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L517
[Code Style] [FormalParameterNamingConventions] The method parameter name 'commits_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L521
[Code Style] [FormalParameterNamingConventions] The method parameter name 'git_commits_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L525
[Code Style] [FormalParameterNamingConventions] The method parameter name 'comments_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L529
[Code Style] [FormalParameterNamingConventions] The method parameter name 'issue_comment_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L533
[Code Style] [FormalParameterNamingConventions] The method parameter name 'contents_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L537
[Code Style] [FormalParameterNamingConventions] The method parameter name 'compare_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L541
[Code Style] [FormalParameterNamingConventions] The method parameter name 'merges_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L545
[Code Style] [FormalParameterNamingConventions] The method parameter name 'archive_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L549
[Code Style] [FormalParameterNamingConventions] The method parameter name 'downloads_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L553
[Code Style] [FormalParameterNamingConventions] The method parameter name 'issues_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L557
[Code Style] [FormalParameterNamingConventions] The method parameter name 'pulls_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L561
[Code Style] [FormalParameterNamingConventions] The method parameter name 'milestones_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L565
[Code Style] [FormalParameterNamingConventions] The method parameter name 'notifications_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L569
[Code Style] [FormalParameterNamingConventions] The method parameter name 'labels_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L573
[Code Style] [FormalParameterNamingConventions] The method parameter name 'releases_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L577
[Code Style] [FormalParameterNamingConventions] The method parameter name 'deployments_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L581
[Code Style] [FormalParameterNamingConventions] The method parameter name 'created_at' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L585
[Code Style] [FormalParameterNamingConventions] The method parameter name 'updated_at' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L589
[Code Style] [FormalParameterNamingConventions] The method parameter name 'pushed_at' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L593
[Code Style] [FormalParameterNamingConventions] The method parameter name 'git_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L597
[Code Style] [FormalParameterNamingConventions] The method parameter name 'ssh_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L601
[Code Style] [FormalParameterNamingConventions] The method parameter name 'clone_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L605
[Code Style] [FormalParameterNamingConventions] The method parameter name 'svn_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L617
[Code Style] [FormalParameterNamingConventions] The method parameter name 'stargazers_count' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L621
[Code Style] [FormalParameterNamingConventions] The method parameter name 'watchers_count' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L629
[Code Style] [FormalParameterNamingConventions] The method parameter name 'has_issues' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L633
[Code Style] [FormalParameterNamingConventions] The method parameter name 'has_projects' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L637
[Code Style] [FormalParameterNamingConventions] The method parameter name 'has_downloads' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L641
[Code Style] [FormalParameterNamingConventions] The method parameter name 'has_wiki' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L645
[Code Style] [FormalParameterNamingConventions] The method parameter name 'has_pages' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L649
[Code Style] [FormalParameterNamingConventions] The method parameter name 'has_discussions' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L653
[Code Style] [FormalParameterNamingConventions] The method parameter name 'forks_count' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L657
[Code Style] [FormalParameterNamingConventions] The method parameter name 'mirror_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L669
[Code Style] [FormalParameterNamingConventions] The method parameter name 'open_issues_count' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L674
[Code Style] [FormalParameterNamingConventions] The method parameter name 'allow_forking' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L678
[Code Style] [FormalParameterNamingConventions] The method parameter name 'is_template' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L682
[Code Style] [FormalParameterNamingConventions] The method parameter name 'web_commit_signoff_required' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L694
[Code Style] [FormalParameterNamingConventions] The method parameter name 'open_issues' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostRepository.java#L702
[Code Style] [FormalParameterNamingConventions] The method parameter name 'default_branch' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostSender.java#L94
[Code Style] [BooleanGetMethodName] A getX() method which returns a boolean should be named isX()
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostSender.java#L108
[Code Style] [FormalParameterNamingConventions] The method parameter name 'node_id' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostSender.java#L112
[Code Style] [FormalParameterNamingConventions] The method parameter name 'avatar_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostSender.java#L116
[Code Style] [FormalParameterNamingConventions] The method parameter name 'gravatar_id' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostSender.java#L124
[Code Style] [FormalParameterNamingConventions] The method parameter name 'html_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostSender.java#L128
[Code Style] [FormalParameterNamingConventions] The method parameter name 'followers_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostSender.java#L132
[Code Style] [FormalParameterNamingConventions] The method parameter name 'following_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostSender.java#L136
[Code Style] [FormalParameterNamingConventions] The method parameter name 'gists_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostSender.java#L140
[Code Style] [FormalParameterNamingConventions] The method parameter name 'starred_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostSender.java#L144
[Code Style] [FormalParameterNamingConventions] The method parameter name 'subscriptions_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostSender.java#L148
[Code Style] [FormalParameterNamingConventions] The method parameter name 'organizations_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostSender.java#L152
[Code Style] [FormalParameterNamingConventions] The method parameter name 'repos_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostSender.java#L156
[Code Style] [FormalParameterNamingConventions] The method parameter name 'events_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostSender.java#L160
[Code Style] [FormalParameterNamingConventions] The method parameter name 'received_events_url' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebHookPostSender.java#L168
[Code Style] [FormalParameterNamingConventions] The method parameter name 'site_admin' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/github/dto/GithubWebhookPostDto.java#L57
[Code Style] [FormalParameterNamingConventions] The method parameter name 'pull_requestObject' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/sarif/SarifResultReporter.java#L3
[Code Style] [UnnecessaryImport] Unused import 'com.contrastsecurity.sarif.*'
scanner/src/main/java/io/codety/scanner/reporter/sarif/SarifResultReporter.java#L17
[Code Style] [UnnecessaryImport] Unnecessary import from the java.lang package 'java.lang.Exception'
scanner/src/main/java/io/codety/scanner/reporter/sarif/SarifResultReporter.java#L20
[Code Style] [UnnecessaryImport] Unused import 'java.nio.file.Path'
scanner/src/main/java/io/codety/scanner/reporter/slack/SlackResultGenerator.java#L63
[Error Prone] [AvoidDuplicateLiterals] The String literal 'text' appears 4 times in this file; the first occurrence is on line 63
scanner/src/main/java/io/codety/scanner/reporter/slack/dto/SlackBotProfile.java#L24
[Code Style] [FormalParameterNamingConventions] The method parameter name 'app_id' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/slack/dto/SlackBotProfile.java#L64
[Code Style] [FormalParameterNamingConventions] The method parameter name 'team_id' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/slack/dto/SlackMessageBlock.java#L26
[Code Style] [FormalParameterNamingConventions] The method parameter name 'block_id' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/slack/dto/SlackMessageDto.java#L44
[Code Style] [FormalParameterNamingConventions] The method parameter name 'bot_id' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/slack/dto/SlackMessageDto.java#L52
[Code Style] [FormalParameterNamingConventions] The method parameter name 'app_id' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/slack/dto/SlackMessageDto.java#L76
[Code Style] [FormalParameterNamingConventions] The method parameter name 'bot_profile' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/slack/dto/SlackMessageIcons.java#L12
[Code Style] [FormalParameterNamingConventions] The method parameter name 'image_36' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/slack/dto/SlackMessageIcons.java#L20
[Code Style] [FormalParameterNamingConventions] The method parameter name 'image_48' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/reporter/slack/dto/SlackMessageIcons.java#L28
[Code Style] [FormalParameterNamingConventions] The method parameter name 'image_72' doesn't match '[a-z][a-zA-Z0-9]*'
scanner/src/main/java/io/codety/scanner/service/CodeChangeDiffAnalyzer.java#L50
[Best Practices] [UnusedAssignment] The initializer for variable 'filePath' is never used (overwritten on line 66)
scanner/src/main/java/io/codety/scanner/service/CodeChangeDiffAnalyzer.java#L63
[Error Prone] [NullAssignment] Assigning an Object to null is a code smell. Consider refactoring.
scanner/src/main/java/io/codety/scanner/service/CodeChangeDiffAnalyzer.java#L66
[Error Prone] [NullAssignment] Assigning an Object to null is a code smell. Consider refactoring.
scanner/src/main/java/io/codety/scanner/service/CodeChangeDiffAnalyzer.java#L76
[Error Prone] [JumbledIncrementer] Avoid modifying an outer loop incrementer in an inner loop for update expression
scanner/src/main/java/io/codety/scanner/service/CodeChangeDiffAnalyzer.java#L86
[Error Prone] [AvoidLiteralsInIfCondition] Avoid using literals in if statements
scanner/src/main/java/io/codety/scanner/service/CodeChangeDiffAnalyzer.java#L89
[Error Prone] [AvoidLiteralsInIfCondition] Avoid using literals in if statements
scanner/src/main/java/io/codety/scanner/service/CodeChangeDiffAnalyzer.java#L98
[Error Prone] [NullAssignment] Assigning an Object to null is a code smell. Consider refactoring.
scanner/src/main/java/io/codety/scanner/service/CodeChangeDiffAnalyzer.java#L125
[Error Prone] [AvoidDuplicateLiterals] The String literal 'bash' appears 5 times in this file; the first occurrence is on line 125
scanner/src/main/java/io/codety/scanner/service/CodeChangeDiffAnalyzer.java#L131
[Best Practices] [UnusedAssignment] The initializer for variable 'runtimeExecResult' is never used (overwritten on lines 134 and 143)
scanner/src/main/java/io/codety/scanner/service/ScannerService.java#L98
[Best Practices] [UnusedAssignment] The initializer for variable 'resultSetDto' is never used (overwritten on lines 103 and 105)
scanner/src/main/java/io/codety/scanner/service/ScannerService.java#L141
[ AnalyzerRequest)' has an NPath complexity of 219] [ current threshold is 200] The method 'runCodeAnalysis(AnalyzerConfigurationDto
analyzer-codety/src/test/java/io/codety/scanner/analyzer/codety/CodetyDefaultFactoryAnalyzerTest.java#L18
[Best Practices] [SystemPrintln] Usage of System.out/err
analyzer-eslint/src/test/java/io/codety/scanner/analyzer/eslint/EslintCodeAnalyzerTest.java#L15
[Code Style] [UnnecessaryImport] Unused import 'java.nio.file.Files'
analyzer-phpstan/src/test/java/io/codety/scanner/analyzer/phpstan/DeserializeTest.java#L3
[Code Style] [UnnecessaryImport] Unused import 'com.fasterxml.jackson.core.JsonProcessingException'
analyzer-pmd/src/test/java/io/codety/scanner/analyzer/pmd/JavaPmdCodeAnalyzerTest.java#L4
[Code Style] [UnnecessaryImport] Unnecessary import from the current package 'io.codety.scanner.analyzer.pmd.JavaPmdCodeAnalyzer'
analyzer-pmd/src/test/java/io/codety/scanner/analyzer/pmd/JavaPmdCodeAnalyzerTest.java#L27
[Error Prone] [AvoidDuplicateLiterals] The String literal '../' appears 5 times in this file; the first occurrence is on line 27
analyzer-pmd/src/test/java/io/codety/scanner/analyzer/pmd/JavaPmdCodeAnalyzerTest.java#L27
[Error Prone] [AvoidDuplicateLiterals] The String literal 'code-issue-examples' appears 5 times in this file; the first occurrence is on line 27
code-issue-examples/java-pmd/module_api/src/test/java/IAmNoPackage.java#L1
[ interfaces] [ enums and annotations must belong to a named package] All classes
code-issue-examples/java-pmd/module_api/src/test/java/IAmNoPackage.java#L3
[Code Style] [AvoidDollarSigns] Avoid using dollar signs in variable/method/class/interface names
scanner/src/test/java/io/codety/scanner/reporter/github/GithubCommentTest.java#L3
[Code Style] [UnnecessaryImport] Unnecessary import from the current package 'io.codety.scanner.reporter.github.GithubCommentService'
scanner/src/test/java/io/codety/scanner/reporter/sarif/SarifResultReporterTest.java#L11
[Code Style] [UnnecessaryImport] Unused import 'io.codety.test.util.TestCaseUtil'
scanner/src/test/java/io/codety/scanner/reporter/sarif/SarifResultReporterTest.java#L20
[Code Style] [UnnecessaryImport] Unused import 'java.nio.file.Path'
scanner/src/test/java/io/codety/scanner/service/AnalyzerRequestTest.java#L22
[Error Prone] [AvoidLiteralsInIfCondition] Avoid using literals in if statements
scanner/src/test/java/io/codety/scanner/service/AnalyzerRequestTest.java#L40
[Error Prone] [AvoidLiteralsInIfCondition] Avoid using literals in if statements
scanner/src/test/java/io/codety/test/util/TestCaseUtil.java#L16
[Error Prone] [AvoidLiteralsInIfCondition] Avoid using literals in if statements
code-issue-examples/secrets/github-secret.txt#L2
[security] [github-access-token] Detected potential exposure of sensitive information
code-issue-examples/secrets/github-secret.txt#L6
[security] [github-access-token] Detected potential exposure of sensitive information
code-issue-examples/java-trivy/module_api/src/main/java/com/SecretExposureJavaExample.java#L5
[security] [github-access-token] Detected potential exposure of sensitive information
code-issue-examples/java-trivy/module_api/src/main/java/com/SecretExposureJavaExample.java#L7
[security] [github-access-token] Detected potential exposure of sensitive information
analyzer-codety/src/test/java/io/codety/scanner/analyzer/codety/CodetyDefaultFactoryAnalyzerTest.java#L21
[security] [github-access-token] Detected potential exposure of sensitive information
analyzer-eslint/src/test/resources/eslint/code-smell-examples/bad-html.html#L1
[generic] [require-img-alt] Missing `alt` attribute at `<img>` tag
analyzer-eslint/src/test/resources/eslint/code-smell-examples/bad-html.html#L2
[AttributeValue] [no-duplicate-id] The id '1' is duplicated.
analyzer-eslint/src/test/resources/eslint/code-smell-examples/bad-html.html#L3
[AttributeValue] [no-duplicate-id] The id '1' is duplicated.
analyzer-eslint/src/test/resources/eslint/code-smell-examples/bad-html.html#L4
[Tag] [require-closing-tags] Missing closing tag for div.
analyzer-eslint/src/test/resources/eslint/code-smell-examples/bad-html.html#L5
[generic] [require-lang] Missing `lang` attribute in `<html>` tag.
analyzer-eslint/src/test/resources/eslint/code-smell-examples/bad-html.html#L5
[Tag] [require-doctype] Missing `<!DOCTYPE HTML>`
analyzer-eslint/src/test/resources/eslint/code-smell-examples/bad-html.html#L5
[generic] [indent] Expected indentation of 4 space but found no indent.
code-issue-examples/html/bad-html.html#L1
[generic] [require-img-alt] Missing `alt` attribute at `<img>` tag
code-issue-examples/html/bad-html.html#L2
[AttributeValue] [no-duplicate-id] The id '1' is duplicated.
code-issue-examples/html/bad-html.html#L3
[AttributeValue] [no-duplicate-id] The id '1' is duplicated.
code-issue-examples/html/bad-html.html#L4
[Tag] [require-closing-tags] Missing closing tag for div.
code-issue-examples/html/bad-html.html#L5
[generic] [require-lang] Missing `lang` attribute in `<html>` tag.
code-issue-examples/html/bad-html.html#L5
[Tag] [require-doctype] Missing `<!DOCTYPE HTML>`
code-issue-examples/html/bad-html.html#L5
[generic] [indent] Expected indentation of 4 space but found no indent.
code-issue-examples/python/consistency.py#L1
[convention] [missing-module-docstring] Missing module docstring
code-issue-examples/python/consistency.py#L1
[error] [import-error] Unable to import 'torch'
code-issue-examples/python/consistency.py#L2
[convention] [wrong-import-order] standard import "typing.Optional" should be placed before third party import "torch"
code-issue-examples/python/bad-python-code.py#L1
[convention] [missing-module-docstring] Missing module docstring
code-issue-examples/python/bad-python-code.py#L1
[convention] [invalid-name] Module name "bad-python-code" doesn't conform to snake_case naming style
code-issue-examples/python/bad-python-code.py#L1
[convention] [invalid-name] Constant name "b3" doesn't conform to UPPER_CASE naming style
code-issue-examples/python/bad-python-code.py#L2
[error] [undefined-variable] Undefined variable 'a2'
analyzer-pylint/src/test/resources/pylint/code-smell-examples/consistency.py#L1
[convention] [missing-module-docstring] Missing module docstring
analyzer-pylint/src/test/resources/pylint/code-smell-examples/consistency.py#L1
[error] [import-error] Unable to import 'torch'
analyzer-pylint/src/test/resources/pylint/code-smell-examples/consistency.py#L2
[convention] [wrong-import-order] standard import "typing.Optional" should be placed before third party import "torch"
analyzer-pylint/src/test/resources/pylint/code-smell-examples/test1.py#L1
[convention] [missing-module-docstring] Missing module docstring
analyzer-pylint/src/test/resources/pylint/code-smell-examples/test1.py#L1
[convention] [invalid-name] Constant name "b3" doesn't conform to UPPER_CASE naming style
analyzer-pylint/src/test/resources/pylint/code-smell-examples/test1.py#L2
[error] [undefined-variable] Undefined variable 'a2'
analyzer-pylint/src/test/resources/pylint/code-smell-examples/test1.py#L1
[refactor] [duplicate-code] Similar lines in 2 files==consistency:[46:72]==consistency:[46:72] if src_weights is None: ...
code-issue-examples/iac/terraform/vpc-3-layer-example/alb_sg.tf#L35
[security] [CKV_AWS_260] Ensure no security groups allow ingress from 0.0.0.0:0 to port 80
code-issue-examples/iac/terraform/vpc-3-layer-example/alb_sg.tf#L35
[security] [CKV_AWS_23] Ensure every security group and rule has a description
code-issue-examples/iac/terraform/vpc-3-layer-example/app_sg.tf#L28
[security] [CKV_AWS_23] Ensure every security group and rule has a description
code-issue-examples/iac/terraform/vpc-3-layer-example/ec2.tf#L35
[security] [CKV_AWS_135] Ensure that EC2 is EBS optimized
code-issue-examples/iac/terraform/vpc-3-layer-example/ec2.tf#L35
[security] [CKV_AWS_126] Ensure that detailed monitoring is enabled for EC2 instances
code-issue-examples/iac/terraform/vpc-3-layer-example/ec2.tf#L35
[security] [CKV_AWS_79] Ensure Instance Metadata Service Version 1 is not enabled
code-issue-examples/iac/terraform/vpc-3-layer-example/ec2.tf#L35
[security] [CKV_AWS_8] Ensure all data stored in the Launch configuration or instance Elastic Blocks Store is securely encrypted
code-issue-examples/iac/terraform/vpc-3-layer-example/ec2.tf#L67
[security] [CKV_AWS_135] Ensure that EC2 is EBS optimized
code-issue-examples/iac/terraform/vpc-3-layer-example/ec2.tf#L67
[security] [CKV_AWS_126] Ensure that detailed monitoring is enabled for EC2 instances
code-issue-examples/iac/terraform/vpc-3-layer-example/ec2.tf#L67
[security] [CKV_AWS_79] Ensure Instance Metadata Service Version 1 is not enabled
code-issue-examples/iac/terraform/vpc-3-layer-example/ec2.tf#L67
[security] [CKV_AWS_8] Ensure all data stored in the Launch configuration or instance Elastic Blocks Store is securely encrypted
code-issue-examples/iac/terraform/vpc-3-layer-example/ec2.tf#L35
[security] [CKV2_AWS_41] Ensure an IAM role is attached to EC2 instance
code-issue-examples/iac/terraform/vpc-3-layer-example/ec2.tf#L67
[security] [CKV2_AWS_41] Ensure an IAM role is attached to EC2 instance
code-issue-examples/iac/terraform/vpc-3-layer-example/load-balancer.tf#L15
[security] [CKV_AWS_91] Ensure the ELBv2 (Application/Network) has access logging enabled
code-issue-examples/iac/terraform/vpc-3-layer-example/load-balancer.tf#L15
[security] [CKV_AWS_150] Ensure that Load Balancer has deletion protection enabled
code-issue-examples/iac/terraform/vpc-3-layer-example/load-balancer.tf#L15
[security] [CKV_AWS_131] Ensure that ALB drops HTTP headers
code-issue-examples/iac/terraform/vpc-3-layer-example/load-balancer.tf#L22
[security] [CKV_AWS_261] Ensure HTTP HTTPS Target group defines Healthcheck
code-issue-examples/iac/terraform/vpc-3-layer-example/load-balancer.tf#L15
[security] [CKV2_AWS_28] Ensure public facing ALB are protected by WAF
code-issue-examples/iac/terraform/vpc-3-layer-example/subnets.tf#L14
[security] [CKV_AWS_130] Ensure VPC subnets do not assign public IP by default
code-issue-examples/iac/terraform/vpc-3-layer-example/subnets.tf#L29
[security] [CKV_AWS_130] Ensure VPC subnets do not assign public IP by default
code-issue-examples/iac/terraform/vpc-3-layer-example/web_sg.tf#L43
[security] [CKV_AWS_23] Ensure every security group and rule has a description
code-issue-examples/iac/terraform/vpc-3-layer-example/vpc.tf#L14
[security] [CKV2_AWS_11] Ensure VPC flow logging is enabled in all VPCs
code-issue-examples/iac/terraform/vpc-3-layer-example/vpc.tf#L14
[security] [CKV2_AWS_12] Ensure the default security group of every VPC restricts all traffic
code-issue-examples/iac/terraform/vpc-3-layer-example/nat_gateway.tf#L11
[security] [CKV2_AWS_19] Ensure that all EIP addresses allocated to a VPC are attached to EC2 instances
image/Dockerfile#L40
[security] [CKV_DOCKER_3] Ensure that a user for the container has been created
image/Dockerfile#L40
[security] [CKV_DOCKER_2] Ensure that HEALTHCHECK instructions have been added to container images
code-issue-examples/iac/terraform/vpc-3-layer-example/rds.tf#L24
[security] [CKV_SECRET_6] Base64 High Entropy String
.github/workflows/codety.yml#L11
[security] [CKV2_GHA_1] Ensure top-level permissions are not set to write-all
code-issue-examples/go/module-with-mod/cgo-issue.go#L1
[generic] [typecheck] : found packages mymodule (cgo-issue.go) and hello (hello.go) in
code-issue-examples/go/module-with-mod/mymodule/unused-var.go#L1
[generic] [typecheck] : # hello/mymodule mymodule/unused-var.go:7:10: u1 declared and not used mymodule/unused-var.go:8:10: u2 declared and not used
__w/codety-scanner/codety-scanner/code-issue-examples/scala/emptyclass.scala#L1
[generic] [HeaderMatchesChecker] Header does not match expected text
__w/codety-scanner/codety-scanner/code-issue-examples/scala/emptyclass.scala#L1
[generic] [EmptyClassChecker] Redundant braces after class definition
__w/codety-scanner/codety-scanner/code-issue-examples/scala/emptyclass.scala#L4
[generic] [EmptyClassChecker] Redundant braces after class definition
__w/codety-scanner/codety-scanner/code-issue-examples/scala/test.scala#L1
[generic] [HeaderMatchesChecker] Header does not match expected text
__w/codety-scanner/codety-scanner/code-issue-examples/scala/test.scala#L1
[generic] [NewLineAtEofChecker] File must end with newline character
code-issue-examples/ruby/bad-ruby-code-examples.rb#L1
[naming] [file-name] The name of this source file (`bad-ruby-code-examples.rb`) should use snake_case.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L1
[style] [frozen-string-literal-comment] Missing frozen string literal comment.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L2
[lint] [useless-assignment] Useless assignment to variable - `result`.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L2
[layout] [space-around-operators] Operator `=` should be surrounded by a single space.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L2
[layout] [extra-spacing] Unnecessary spacing detected.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L2
[lint] [unused-block-argument] Unused block argument - `k`. If it's necessary, use `_` or `_k` as an argument name to indicate that it won't be used.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L4
[layout] [extra-spacing] Unnecessary spacing detected.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L4
[naming] [method-parameter-name] Method parameter must be at least 3 characters long.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L5
[lint] [useless-assignment] Useless assignment to variable - `unused_var`. Use `_` or `_unused_var` as a variable name to indicate that it won't be used.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L5
[lint] [useless-assignment] Useless assignment to variable - `used_var`. Use `_` or `_used_var` as a variable name to indicate that it won't be used.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L10
[lint] [useless-assignment] Useless assignment to variable - `a`. Use `_` or `_a` as a variable name to indicate that it won't be used.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L10
[style] [parallel-assignment] Do not use parallel assignment.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L10
[lint] [useless-assignment] Useless assignment to variable - `b`. Use `_` or `_b` as a variable name to indicate that it won't be used.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L10
[lint] [useless-assignment] Useless assignment to variable - `c`. Use `_` or `_c` as a variable name to indicate that it won't be used.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L10
[lint] [useless-assignment] Useless assignment to variable - `d`. Use `_` or `_d` as a variable name to indicate that it won't be used.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L10
[layout] [extra-spacing] Unnecessary spacing detected.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L13
[lint] [useless-assignment] Useless assignment to variable - `заплата`.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L13
[naming] [ascii-identifiers] Use only ascii symbols in identifiers.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L15
[layout] [empty-lines] Extra blank line detected.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L17
[style] [redundant-exception] Redundant `RuntimeError` argument can be removed.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L17
[layout] [space-after-comma] Space missing after comma.
code-issue-examples/ruby/bad-ruby-code-examples.rb#L17
[layout] [trailing-empty-lines] Final newline missing.
code-issue-examples/css/bad-css.css#L1
[styling] [block-no-empty] Unexpected empty block (block-no-empty)
code-issue-examples/css/bad-css.css#L4
[styling] [comment-no-empty] Unexpected empty comment (comment-no-empty)
code-issue-examples/css/bad-css.css#L1
[styling] [selector-type-no-unknown] Unexpected unknown type selector "hello" (selector-type-no-unknown)
code-issue-examples/iac/terraform/vpc-3-layer-example/ec2-init-script.sh#L1
[styling] [2148] Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
code-issue-examples/shell/bad-shell.sh#L1
[styling] [2148] Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
code-issue-examples/shell/bad-shell.sh#L1
[styling] [2086] Double quote to prevent globbing and word splitting.
code-issue-examples/shell/bad-shell.sh#L2
[styling] [2061] Quote the parameter to -name so the shell won't interpret it.
code-issue-examples/shell/bad-shell.sh#L2
[styling] [2035] Use ./*glob* or -- *glob* so names with dashes won't become options.
code-issue-examples/shell/bad-shell.sh#L3
[styling] [2088] Tilde does not expand in quotes. Use $HOME.
code-issue-examples/shell/bad-shell.sh#L4
[styling] [2089] Quotes/backslashes will be treated literally. Use an array.
code-issue-examples/shell/bad-shell.sh#L4
[styling] [2090] Quotes/backslashes in this variable will not be respected.
code-issue-examples/shell/bad-shell.sh#L6
[styling] [2038] Use 'find .. -print0 | xargs -0 ..' or 'find .. -exec .. +' to allow non-alphanumeric filenames.
code-issue-examples/shell/bad-shell-2.sh#L1
[styling] [2148] Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
code-issue-examples/shell/bad-shell-2.sh#L2
[styling] [2016] Expressions don't expand in single quotes, use double quotes for that.
code-issue-examples/shell/bad-shell-2.sh#L3
[styling] [2064] Use single quotes, otherwise this expands now rather than when signalled.
code-issue-examples/shell/bad-shell-2.sh#L4
[styling] [2184] Quote arguments to unset so they're not glob expanded.
code-issue-examples/shell/bad-shell-2.sh#L7
[styling] [2038] Use 'find .. -print0 | xargs -0 ..' or 'find .. -exec .. +' to allow non-alphanumeric filenames.
scanner/codety.sh#L3
[styling] [2046] Quote this to prevent word splitting.
scanner/test_app_local.sh#L25
[styling] [2125] Brace expansions and globs are literal in assignments. Quote it or use an array.
scanner/test_app_local.sh#L60
[styling] [2046] Quote this to prevent word splitting.
scanner/test_app_local.sh#L60
[styling] [2287] This is interpreted as a command name ending with '/'. Double check syntax.
image/build_local_test_image.sh#L1
[styling] [2148] Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
image/build_local_test_image.sh#L3
[styling] [2034] DOCKER_BUILD_VERSION appears unused. Verify use (or export if used externally).
image/build_local_test_image.sh#L11
[styling] [2181] Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.
image/build_local_test_image.sh#L30
[styling] [2046] Quote this to prevent word splitting.
image/build_local_test_image.sh#L34
[styling] [2181] Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.
image/publish_image.sh#L1
[styling] [2148] Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
image/publish_image.sh#L13
[styling] [2181] Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.
image/publish_image.sh#L23
[styling] [2086] Double quote to prevent globbing and word splitting.
image/publish_image.sh#L24
[styling] [2181] Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.
image/debug_local_image.sh#L1
[styling] [2148] Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
code-issue-examples/php/bad-php.php#L9
[generic] [class.notFound] Learn more at https://phpstan.org/user-guide/discovering-symbols
code-issue-examples/php/bad-php.php#L12
[generic] [class.notFound] Learn more at https://phpstan.org/user-guide/discovering-symbols
code-issue-examples/php/template_type.php#L2
[generic] [class.notFound] Learn more at https://phpstan.org/user-guide/discovering-symbols