Skip to content

Commit

Permalink
docs: update docs for quality
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jan 7, 2024
1 parent 6c61d53 commit 6ba7123
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package cc.unitmesh.quality

import cc.unitmesh.quality.badsmell.BadsmellAnalyser
import cc.unitmesh.quality.documentation.DocCommentAnalyser
import cc.unitmesh.quality.extension.JavaServiceAnalyser
import cc.unitmesh.quality.extension.JavaRepositoryAnalyser
import cc.unitmesh.quality.extension.JavaControllerAnalyser
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import cc.unitmesh.quality.QualityAnalyser
import chapi.domain.core.CodeDataStruct
import org.archguard.rule.core.Issue

class DocCommentAnalyser(thresholds: Map<String, Int>) : QualityAnalyser {
class DocCommentAnalyser(comments: List<CodeComment>, thresholds: Map<String, Int>) : QualityAnalyser {
override fun analysis(nodes: List<CodeDataStruct>): List<Issue> {
return listOf()
}
Expand Down
4 changes: 0 additions & 4 deletions docs/quality/quality.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ permalink: /quality

# Quality

Overflow:

![Code Quality Workflow](https://unitmesh.cc/uniteval/code-quality-workflow.png)

## QualityAnalyser

```kotlin
Expand Down

0 comments on commit 6ba7123

Please sign in to comment.