Skip to content

Small changes in rrtex format with Season 5 release (#5) #17

Small changes in rrtex format with Season 5 release (#5)

Small changes in rrtex format with Season 5 release (#5) #17

Triggered via push October 13, 2023 11:04
Status Failure
Total duration 3m 25s
Artifacts

sonarcloud.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Build
Process completed with exit code 1.
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/setup-java@v1, actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build: AOEMods.Essence/Chunky/RGD/IRGDReader.cs#L6
Rename interface 'IRGDReader' to match pascal case naming rules, consider using 'IRgdReader'.
Build: AOEMods.Essence/Chunky/RGD/IRGDWriter.cs#L6
Rename interface 'IRGDWriter' to match pascal case naming rules, consider using 'IRgdWriter'.
Build: AOEMods.Essence/Chunky/RGD/RGDDataType.cs#L6
Rename this enumeration to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?$'.
Build: AOEMods.Essence/Chunky/RGD/RGDList.cs#L6
Rename class 'RGDList' to match pascal case naming rules, consider using 'RgdList'.
Build: AOEMods.Essence/Chunky/RGD/RGDNode.cs#L6
Rename class 'RGDNode' to match pascal case naming rules, consider using 'RgdNode'.
Build: AOEMods.Essence/SGA/Graph/ArchiveFileNode.cs#L24
Remove this unread private field 'dataLength' or refactor the code to use its value.
Build: AOEMods.Essence/Chunky/RGD/RGDReader.cs#L9
Rename class 'RGDReader' to match pascal case naming rules, consider using 'RgdReader'.
Build: AOEMods.Essence/Chunky/RGD/RGDWriter.cs#L9
Rename class 'RGDWriter' to match pascal case naming rules, consider using 'RgdWriter'.
Build: AOEMods.Essence/Chunky/RRGeom/RRGeomReader.cs#L141
Remove the unused private method 'ReadDataGeometryC'.
Build: AOEMods.Essence/Chunky/RRTex/RRTexReader.cs#L29
Remove the unused local variable 'fileHeader'.