Skip to content

Commit 2b50fbc

Browse files
committed
chore: Clean up github-graphql remainders
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.io>
1 parent 60436e6 commit 2b50fbc

3 files changed

Lines changed: 0 additions & 14 deletions

File tree

.detekt.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ style:
8383
active: false
8484
MagicNumber:
8585
active: false
86-
MaxLineLength:
87-
excludes: ["**/clients/github-graphql/build/generated/**"]
8886
ReturnCount:
8987
active: false
9088
SpacingAfterPackageAndImports:
@@ -110,6 +108,5 @@ ORT:
110108
OrtImportOrder:
111109
active: true
112110
autoCorrect: true
113-
excludes: ["**/clients/github-graphql/build/generated/**"]
114111
OrtPackageNaming:
115112
active: true

REUSE.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@ path = "clients/fossid-webapp/src/test/resources/**"
8080
SPDX-FileCopyrightText = "2020 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
8181
SPDX-License-Identifier = "Apache-2.0"
8282

83-
[[annotations]]
84-
path = "clients/github-graphql/src/main/resources/**"
85-
SPDX-FileCopyrightText = "2021 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
86-
SPDX-License-Identifier = "Apache-2.0"
87-
8883
[[annotations]]
8984
path = ".env.versions"
9085
SPDX-FileCopyrightText = "2024 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
@@ -145,11 +140,6 @@ path = "gradle/**"
145140
SPDX-FileCopyrightText = "2007-2020 The original author or authors <info@gradle.com>"
146141
SPDX-License-Identifier = "Apache-2.0"
147142

148-
[[annotations]]
149-
path = "clients/github-graphql/src/main/resources/schema.graphql"
150-
SPDX-FileCopyrightText = "2017 Gregor Martynus"
151-
SPDX-License-Identifier = "MIT"
152-
153143
[[annotations]]
154144
path = "clients/osv/src/test/resources/vulnerability/examples/**"
155145
SPDX-FileCopyrightText = "2021-2022 OSV Schema Authors"

detekt-rules/src/main/kotlin/OrtPackageNaming.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ class OrtPackageNaming(config: Config) : Rule(
7777
val projectName = when (projectDir) {
7878
"detekt-rules" -> ".detekt"
7979
"fossid-webapp" -> ".fossid"
80-
"github-graphql" -> ".github"
8180
"cli-helper" -> ".helper"
8281
else -> ".${projectDir.replace("-", "")}"
8382
}

0 commit comments

Comments
 (0)