We are able to enable or disable checks in a configuration file, and thereby control which issues that can be identified.
To do so, open the IssueConfig.json
file that is located in the path:
%appdata%\OfficeExtensions\User\Content\SkabelonDesign.PowerVision\IssuesConfiguration
This file contains all issues listed with issue name and whether the certain issue should be enabled or not. Here is an example:
{"IssueName":"NoAlternativeTextOrNotMarkedAsArtifact","Enabled":true}
"Enabled"
can be set to either true
or false
depending on whether it should be enabled or disabled.
Comments
0 comments
Article is closed for comments.