mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-28 01:10:49 +01:00
Fix minor review mentions
This commit is contained in:
@@ -29,7 +29,7 @@ import lombok.Getter;
|
||||
import static sonia.scm.ContextEntry.ContextBuilder.entity;
|
||||
|
||||
@Getter
|
||||
@SuppressWarnings("java:S110")
|
||||
@SuppressWarnings("squid:MaximumInheritanceDepth") // exceptions have a deep inheritance depth themselves; therefore we accept this here
|
||||
public class PluginInformationMismatchException extends PluginInstallException {
|
||||
|
||||
private final PluginInformation api;
|
||||
|
||||
Reference in New Issue
Block a user