Skip to content

feat: Add Codacy CI #126

feat: Add Codacy CI

feat: Add Codacy CI #126

Triggered via pull request January 1, 2025 08:50
Status Success
Total duration 54s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/Proxarr.Api/Configuration/AppConfiguration.cs#L22
Non-nullable property 'Authentication' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Proxarr.Api/Configuration/AppConfiguration.cs#L24
Non-nullable property 'Clients' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Proxarr.Api/Configuration/AppConfiguration.cs#L26
Non-nullable field '_watchProviders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Proxarr.Api/Configuration/AppConfiguration.cs#L42
Non-nullable property 'WatchProviders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Proxarr.Api/HostedServices/FullScanHostedService.cs#L16
Non-nullable field '_radarrService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Proxarr.Api/HostedServices/FullScanHostedService.cs#L16
Non-nullable field '_sonarrService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Proxarr.Api/HostedServices/FullScanHostedService.cs#L16
Non-nullable field '_scope' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Proxarr.Api.Tests/ScheduledServiceExtensionsTests.cs#L15
Cannot convert null literal to non-nullable reference type.
build: src/Proxarr.Api.Tests/RadarrServiceTests.cs#L31
Cannot convert null literal to non-nullable reference type.
build: src/Proxarr.Api.Tests/SonarrServiceTests.cs#L30
Cannot convert null literal to non-nullable reference type.