Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support GitHub actions #1

Merged
merged 6 commits into from
Apr 10, 2023
Merged

Support GitHub actions #1

merged 6 commits into from
Apr 10, 2023

Conversation

sanyavertolet
Copy link
Member

What's done:

  • Added libs.versions.toml support
  • Added diktat and detekt gradle plugins
  • Added buildSrc module for diktat and detekt configuration
  • Added GitHub hooks for linters and test checks

### What's done:
 * Added libs.versions.toml support
 * Added diktat and detekt gradle plugins
 * Added buildSrc module for diktat and detekt configuration
 * Added GitHub hooks for linters and test checks
@sanyavertolet sanyavertolet added the enhancement New feature or request label Apr 10, 2023
@sanyavertolet sanyavertolet requested a review from nulls April 10, 2023 09:29
@sanyavertolet sanyavertolet self-assigned this Apr 10, 2023
### What's done:
 * Added libs.versions.toml support
 * Added diktat and detekt gradle plugins
 * Added buildSrc module for diktat and detekt configuration
 * Added GitHub hooks for linters and test checks
.github/workflows/build_and_test.yml Outdated Show resolved Hide resolved
gradle/libs.versions.toml Show resolved Hide resolved
gradle/libs.versions.toml Outdated Show resolved Hide resolved
### What's done:
 * Added libs.versions.toml support
 * Added diktat and detekt gradle plugins
 * Added buildSrc module for diktat and detekt configuration
 * Added GitHub hooks for linters and test checks
@sanyavertolet sanyavertolet requested a review from nulls April 10, 2023 10:08
build.gradle.kts Outdated Show resolved Hide resolved
diktat-analysis.yml Show resolved Hide resolved
### What's done:
 * Added libs.versions.toml support
 * Added diktat and detekt gradle plugins
 * Added buildSrc module for diktat and detekt configuration
 * Added GitHub hooks for linters and test checks
### What's done:
 * Added libs.versions.toml support
 * Added diktat and detekt gradle plugins
 * Added buildSrc module for diktat and detekt configuration
 * Added GitHub hooks for linters and test checks
### What's done:
 * Added libs.versions.toml support
 * Added diktat and detekt gradle plugins
 * Added buildSrc module for diktat and detekt configuration
 * Added GitHub hooks for linters and test checks
@sanyavertolet sanyavertolet merged commit 4457b82 into master Apr 10, 2023
@sanyavertolet sanyavertolet deleted the infra/github_actions branch April 10, 2023 12:07
output.set(buildDir.resolve("detekt-sarif-reports/detekt-merged.sarif"))
}

@Suppress("GENERIC_VARIABLE_WRONG_DECLARATION")
val reportMerge: TaskProvider<ReportMergeTask> = rootProject.tasks.named<ReportMergeTask>("mergeDetektReports") {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's the same task as created on prev line tasks.register("mergeDetektReports", ReportMergeTask::class) {
why not merged them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants