diff --git a/PBIXInspectorCLI/PBIXInspectorCLI.csproj b/PBIXInspectorCLI/PBIXInspectorCLI.csproj index 8bba2ab..8188006 100644 --- a/PBIXInspectorCLI/PBIXInspectorCLI.csproj +++ b/PBIXInspectorCLI/PBIXInspectorCLI.csproj @@ -8,9 +8,9 @@ Program False True - 1.9.2.0 - 1.9.2 - 1.9.2 + 1.9.3.0 + 1.9.3 + 1.9.3 $(VersionPrefix) $(AssembblyName) pbiinspector.ico diff --git a/Rules/Base-rules.json b/Rules/Base-rules.json index f807c21..7e9a5d0 100644 --- a/Rules/Base-rules.json +++ b/Rules/Base-rules.json @@ -407,7 +407,7 @@ "name": "Ensure charts use theme colours", "description": "Check that charts (excluding textboxes) avoid custom colours and use theme colours instead. To disable this rule, mark it as disabled in the base rules file.", "disabled": false, - "logType": "warning", + "logType": "error", "forEachPath": "$.sections[*]", "forEachPathName": "$.name", "forEachPathDisplayName": "$.displayName",