Skip to content

Commit

Permalink
chore(bower): Remove the now unnecessary inspection hint suppressions
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau authored and sschuberth committed Jul 19, 2024
1 parent ed68c89 commit 4e86921
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/package-managers/bower/src/main/kotlin/Bower.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* License-Filename: LICENSE
*/

@file:Suppress("TooManyFunctions")

package org.ossreviewtoolkit.plugins.packagemanagers.bower

import java.io.File
Expand Down Expand Up @@ -50,7 +48,6 @@ import org.semver4j.RangesListFactory
/**
* The [Bower](https://bower.io/) package manager for JavaScript.
*/
@Suppress("TooManyFunctions")
class Bower(
name: String,
analysisRoot: File,
Expand Down

0 comments on commit 4e86921

Please sign in to comment.