Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ style:
active: false
MagicNumber:
active: false
MaxLineLength:
excludes: ["**/clients/github-graphql/build/generated/**"]
ReturnCount:
active: false
SpacingAfterPackageAndImports:
Expand All @@ -110,6 +108,5 @@ ORT:
OrtImportOrder:
active: true
autoCorrect: true
excludes: ["**/clients/github-graphql/build/generated/**"]
OrtPackageNaming:
active: true
10 changes: 0 additions & 10 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ path = "clients/fossid-webapp/src/test/resources/**"
SPDX-FileCopyrightText = "2020 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
SPDX-License-Identifier = "Apache-2.0"

[[annotations]]
path = "clients/github-graphql/src/main/resources/**"
SPDX-FileCopyrightText = "2021 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
SPDX-License-Identifier = "Apache-2.0"

[[annotations]]
path = ".env.versions"
SPDX-FileCopyrightText = "2024 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
Expand Down Expand Up @@ -145,11 +140,6 @@ path = "gradle/**"
SPDX-FileCopyrightText = "2007-2020 The original author or authors <info@gradle.com>"
SPDX-License-Identifier = "Apache-2.0"

[[annotations]]
path = "clients/github-graphql/src/main/resources/schema.graphql"
SPDX-FileCopyrightText = "2017 Gregor Martynus"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "clients/osv/src/test/resources/vulnerability/examples/**"
SPDX-FileCopyrightText = "2021-2022 OSV Schema Authors"
Expand Down
1 change: 0 additions & 1 deletion detekt-rules/src/main/kotlin/OrtPackageNaming.kt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class OrtPackageNaming(config: Config) : Rule(
val projectName = when (projectDir) {
"detekt-rules" -> ".detekt"
"fossid-webapp" -> ".fossid"
"github-graphql" -> ".github"
"cli-helper" -> ".helper"
else -> ".${projectDir.replace("-", "")}"
}
Expand Down
Loading