Bump @babel/traverse from 7.19.1 to 7.23.2 in /website #209
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build:
Core/Functions/FalseDiscoveryRate.cs#L11
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
Build:
Core/IntervalTree/NodeData.cs#L6
When implementing IComparable<T>, you should also override Equals, <, >, <=, >=, ==, !=. (https://rules.sonarsource.com/csharp/RSPEC-1210)
|
Build:
Core/Functions/ConsensusPeaks.cs#L64
Remove this unused 'fdr' local variable. (https://rules.sonarsource.com/csharp/RSPEC-1481)
|
Build:
CLI/Export/Exporter.cs#L85
'Dispose' of 'writter'. (https://rules.sonarsource.com/csharp/RSPEC-2930)
|
Build:
CLI/Export/Exporter.cs#L151
'Dispose' of 'writter'. (https://rules.sonarsource.com/csharp/RSPEC-2930)
|
Build:
Benchmark/Program.cs#L13
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
Core.Tests/Basic/TPeak.cs#L178
Change one instance of 'x' to a different value; comparing 'x' to itself always returns true. (https://rules.sonarsource.com/csharp/RSPEC-1764)
|
Build:
CLI.Tests/TmpMspc.cs#L156
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
CLI.Tests/TmpMspc.cs#L181
The variable 'output' is declared but never used
|
Build:
CLI.Tests/CLIOptions.cs#L67
Possible mistaken empty statement
|
The logs for this run have expired and are no longer available.
Loading