Skip to content

Commit

Permalink
more ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed May 31, 2024
1 parent bc9860f commit ed2c02e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/configs/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ query-filters:
id: cs/nested-if-statements
- exclude:
id: cs/missed-ternary-operator
- exclude:
id: cs/call-to-gc

2 changes: 1 addition & 1 deletion Rdmp.Core/Curation/Data/ExtractionInformation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public override string ToString()
/// <inheritdoc/>
public override int GetHashCode() => ID.GetHashCode();

public override Equals(Object obj ) => base.Equals(obj);
public override bool Equals(Object obj ) => base.Equals(obj);

/// <inheritdoc/>
public IHasDependencies[] GetObjectsThisDependsOn()
Expand Down

0 comments on commit ed2c02e

Please sign in to comment.