Skip to content

* fix most of grammar errors in comments #41

* fix most of grammar errors in comments

* fix most of grammar errors in comments #41

Triggered via push March 24, 2024 07:43
Status Failure
Total duration 2m 45s
Artifacts

c#.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 notices
ReSharper
Issues found.
ReSharper: c#/crawler/src/Tieba/Crawl/Crawler/BaseCrawler.cs#L6
"[UnusedParameter.Global] Parameter 'flag' is not used in any of the implementations" on /home/runner/work/open-tbm/open-tbm/c#/crawler/src/Tieba/Crawl/Crawler/BaseCrawler.cs(6,268)
ReSharper: c#/crawler/src/Worker/ArchiveCrawlWorker.cs#L123
"[InvertIf] Invert 'if' statement to reduce nesting" on /home/runner/work/open-tbm/open-tbm/c#/crawler/src/Worker/ArchiveCrawlWorker.cs(123,7381)
ReSharper: c#/crawler/src/Worker/PushAllPostContentsIntoSonicWorker.cs#L5
"[UnusedType.Global] Class 'PushAllPostContentsIntoSonicWorker' is never used (except inside its declaration)" on /home/runner/work/open-tbm/open-tbm/c#/crawler/src/Worker/PushAllPostContentsIntoSonicWorker.cs(5,59)
ReSharper: c#/crawler/src/Worker/PushAllPostContentsIntoSonicWorker.cs#L55
"[SeparateLocalFunctionsWithJumpStatement] Separate local function with explicit 'continue' statement" on /home/runner/work/open-tbm/open-tbm/c#/crawler/src/Worker/PushAllPostContentsIntoSonicWorker.cs(55,3356)
ReSharper: c#/crawler/src/Worker/PushAllPostContentsIntoSonicWorker.cs#L85
"[InvertIf] Invert 'if' statement to reduce nesting" on /home/runner/work/open-tbm/open-tbm/c#/crawler/src/Worker/PushAllPostContentsIntoSonicWorker.cs(85,4741)
ReSharper: c#/crawler/src/Worker/ResumeSuspendPostContentsPushingWorker.cs#L40
"[InvertIf] Invert 'if' statement to reduce nesting" on /home/runner/work/open-tbm/open-tbm/c#/crawler/src/Worker/ResumeSuspendPostContentsPushingWorker.cs(40,1877)
ReSharper: c#/crawler/src/Worker/RetryCrawlWorker.cs#L40
"[ConvertIfStatementToSwitchStatement] Convert 'if' statement into 'switch' statement" on /home/runner/work/open-tbm/open-tbm/c#/crawler/src/Worker/RetryCrawlWorker.cs(40,1861)
ReSharper: c#/imagePipeline/src/Consumer/HashConsumer.cs#L73
"[InvertIf] Invert 'if' statement to reduce nesting" on /home/runner/work/open-tbm/open-tbm/c#/imagePipeline/src/Consumer/HashConsumer.cs(73,3266)
ReSharper: c#/imagePipeline/src/Consumer/MetadataConsumer.cs#L122
"[InvertIf] Invert 'if' statement to reduce nesting" on /home/runner/work/open-tbm/open-tbm/c#/imagePipeline/src/Consumer/MetadataConsumer.cs(122,6024)
ReSharper: c#/imagePipeline/src/Consumer/MetadataConsumer.cs#L202
"[ParameterTypeCanBeEnumerable.Local] Parameter can be of type 'IEnumerable<IExifValue>'" on /home/runner/work/open-tbm/open-tbm/c#/imagePipeline/src/Consumer/MetadataConsumer.cs(202,11158)