Skip to content

Commit

Permalink
Remove checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunjeet committed Jun 14, 2023
1 parent 7199b77 commit 2b725e9
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 44 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ plugins {

subprojects {
apply plugin: 'nebula.netflixoss'
apply plugin: 'checkstyle'

java {
toolchain {
Expand All @@ -24,9 +23,6 @@ subprojects {
}

group = 'com.netflix.hollow'
checkstyle {
configFile = file("$rootProject.projectDir/config/checkstyle/checkstyle.xml")
}

repositories {
mavenCentral()
Expand Down
5 changes: 0 additions & 5 deletions hollow-diff-ui/dependencies.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"checkstyle": {
"com.puppycrawl.tools:checkstyle": {
"locked": "8.45.1"
}
},
"compileClasspath": {
"com.google.code.gson:gson": {
"locked": "2.10.1"
Expand Down
5 changes: 0 additions & 5 deletions hollow-explorer-ui/dependencies.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"checkstyle": {
"com.puppycrawl.tools:checkstyle": {
"locked": "8.45.1"
}
},
"compileClasspath": {
"com.netflix.hollow:hollow": {
"firstLevelTransitive": [
Expand Down
5 changes: 0 additions & 5 deletions hollow-jsonadapter/dependencies.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"checkstyle": {
"com.puppycrawl.tools:checkstyle": {
"locked": "8.45.1"
}
},
"compileClasspath": {
"com.fasterxml.jackson.core:jackson-core": {
"locked": "2.4.3"
Expand Down
5 changes: 0 additions & 5 deletions hollow-perf/dependencies.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"checkstyle": {
"com.puppycrawl.tools:checkstyle": {
"locked": "8.45.1"
}
},
"compileClasspath": {
"com.netflix.hollow:hollow": {
"project": true
Expand Down
5 changes: 0 additions & 5 deletions hollow-test/dependencies.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"checkstyle": {
"com.puppycrawl.tools:checkstyle": {
"locked": "8.45.1"
}
},
"compileClasspath": {
"com.netflix.hollow:hollow": {
"project": true
Expand Down
5 changes: 0 additions & 5 deletions hollow-ui-tools/dependencies.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"checkstyle": {
"com.puppycrawl.tools:checkstyle": {
"locked": "8.45.1"
}
},
"compileClasspath": {
"com.google.code.gson:gson": {
"locked": "2.10.1"
Expand Down
5 changes: 0 additions & 5 deletions hollow-zenoadapter/dependencies.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"checkstyle": {
"com.puppycrawl.tools:checkstyle": {
"locked": "8.45.1"
}
},
"compileClasspath": {
"com.netflix.hollow:hollow": {
"project": true
Expand Down
5 changes: 0 additions & 5 deletions hollow/dependencies.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"checkstyle": {
"com.puppycrawl.tools:checkstyle": {
"locked": "8.45.1"
}
},
"testCompileClasspath": {
"com.github.spotbugs:spotbugs": {
"locked": "4.2.1"
Expand Down

0 comments on commit 2b725e9

Please sign in to comment.