Skip to content

Expand CircleCI's Sonar Test #443

Open
@rnveach

Description

@rnveach

Identified by @nrmancuso when discussing the CircleCI execution,

CircleCI is generating an empty checkstyle config when it does its test run:

# cat target/sonar/checkstyle.xml 
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE module PUBLIC "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" "https://checkstyle.org/dtds/configuration_1_3.dtd"><!-- Generated by Sonar --><module name="Checker"><module name="SuppressWarningsFilter" /><module name="TreeWalker"><module name="SuppressWarningsHolder"/> <module name="SuppressionCommentFilter" /></module></module>

This makes sense since we are dealing with an blank sonar server in the run.

We should look into injecting some checks and expand to some real tests to ensure the plugin is working correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions