Previous Topic Next topic Print topic


Code Analysis

Support is provided for running code analysis of COBOL projects at the command line using MSBuild and for including code analysis in your frameworks (such as CruiseControl or Jenkins) for a continuous build process. Features include:

Support is available for various MSBuild parameters. You can use MSBuild with the /p switch and with the following Micro Focus-specific command line options:

    • RunMicroFocusCodeAnalysisAfterBuild - controls whether code analysis is performed with MSBuild or not regardless of what code analysis options are specified the project's properties.
    • ActiveRulesets - specifies which rule sets should be used when running code analysis from the command line.
Previous Topic Next topic Print topic