mirror of
https://github.com/jlengrand/my-good-first-issues.git
synced 2026-03-10 08:31:23 +00:00
Adding Codacy
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# My good first issues
|
||||
|
||||
[](https://codecov.io/gh/jlengrand/my-good-first-issues)
|
||||
[](https://www.codacy.com/gh/jlengrand/my-good-first-issues/dashboard?utm_source=github.com&utm_medium=referral&utm_content=jlengrand/my-good-first-issues&utm_campaign=Badge_Grade)
|
||||
|
||||
|
||||
An easier way to find how to contribute to the ecosystem you use already!
|
||||
|
||||
@@ -72,8 +72,6 @@ class CliFirstGoodIssues : Callable<Int> {
|
||||
println(CommandLine.Help.Ansi.AUTO.string(""))
|
||||
println(CommandLine.Help.Ansi.AUTO.string("@|bold,green ${githubIssue.title}|@"))
|
||||
println(CommandLine.Help.Ansi.AUTO.string("@|blue ${githubIssue.htmlUrl} - ${githubIssue.createdAt} |@"))
|
||||
// println(CommandLine.Help.Ansi.AUTO.string(""))
|
||||
// println(CommandLine.Help.Ansi.AUTO.string("@|green x${githubIssue.body}|@"))
|
||||
println(CommandLine.Help.Ansi.AUTO.string("@|yellow ${githubIssue.labels.joinToString(",") { it.name }}|@"))
|
||||
}
|
||||
|
||||
@@ -110,7 +108,7 @@ class PicoCliLogger : AppLogger {
|
||||
}
|
||||
|
||||
override fun logDependencies(dependencies: List<Dependency>) {
|
||||
println(CommandLine.Help.Ansi.AUTO.string("@|green Found ${dependencies.size} dependencies in the project |@"))
|
||||
println(CommandLine.Help.Ansi.AUTO.string("@|green Found ${dependencies.size} dependencies in the project. Investigating... |@"))
|
||||
}
|
||||
|
||||
override fun logIssues(goodFirstIssues: List<Pair<String, GitHubServiceResult>>) {
|
||||
|
||||
Reference in New Issue
Block a user