File tree Expand file tree Collapse file tree
detekt-rules/src/main/kotlin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 active : false
8484 MagicNumber :
8585 active : false
86- MaxLineLength :
87- excludes : ["**/clients/github-graphql/build/generated/**"]
8886 ReturnCount :
8987 active : false
9088 SpacingAfterPackageAndImports :
110108 OrtImportOrder :
111109 active : true
112110 autoCorrect : true
113- excludes : ["**/clients/github-graphql/build/generated/**"]
114111 OrtPackageNaming :
115112 active : true
Original file line number Diff line number Diff line change @@ -80,11 +80,6 @@ path = "clients/fossid-webapp/src/test/resources/**"
8080SPDX-FileCopyrightText = " 2020 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
8181SPDX-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 ]]
8984path = " .env.versions"
9085SPDX-FileCopyrightText = " 2024 The ORT Project Copyright Holders <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>"
@@ -145,11 +140,6 @@ path = "gradle/**"
145140SPDX-FileCopyrightText = " 2007-2020 The original author or authors <info@gradle.com>"
146141SPDX-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 ]]
154144path = " clients/osv/src/test/resources/vulnerability/examples/**"
155145SPDX-FileCopyrightText = " 2021-2022 OSV Schema Authors"
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments