# frozen_string_literal: true require_relative "checkstyle_error" module Danger # Danger plugin for checkstyle xml files. # # @example Parse the XML file, and let the plugin do your reporting # # checkstyle_format.base_path = Dir.pwd # checkstyle_format.report 'app/build/reports/checkstyle/checkstyle.xml' # # @example Parse the XML text, and let the plugin do your reporting # # checkstyle_format.base_path = Dir.pwd # checkstyle_format.report_by_text '