public interface CodeClimateRule extends Rule
Modifier and Type | Field and Description |
---|---|
static BooleanProperty |
CODECLIMATE_BLOCK_HIGHLIGHTING
Defines if the whole related block or just the first line of the issue should be highlighted at the Code Climate Platform.
|
static EnumeratedMultiProperty<String> |
CODECLIMATE_CATEGORIES
Defines the code climate categories for which this rule will find violations.
|
static IntegerProperty |
CODECLIMATE_REMEDIATION_MULTIPLIER
Defines the remediation points for this rule.
|
VIOLATION_SUPPRESS_REGEX_DESCRIPTOR, VIOLATION_SUPPRESS_XPATH_DESCRIPTOR
addExample, addRuleChainVisit, addRuleChainVisit, apply, end, getDescription, getExamples, getExternalInfoUrl, getLanguage, getMaximumLanguageVersion, getMessage, getMinimumLanguageVersion, getName, getParserOptions, getPriority, getRuleChainVisits, getRuleClass, getRuleSetName, getSince, isDeprecated, setDeprecated, setDescription, setExternalInfoUrl, setLanguage, setMaximumLanguageVersion, setMessage, setMinimumLanguageVersion, setName, setPriority, setRuleClass, setRuleSetName, setSince, setUsesDFA, setUsesTypeResolution, start, usesDFA, usesRuleChain, usesTypeResolution
definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValues
static final EnumeratedMultiProperty<String> CODECLIMATE_CATEGORIES
static final IntegerProperty CODECLIMATE_REMEDIATION_MULTIPLIER
CodeClimateRenderer
takes this and multiplies it with CodeClimateRenderer.REMEDIATION_POINTS_DEFAULT
,
which is the baseline points for a trivial fix (value is 50000).static final BooleanProperty CODECLIMATE_BLOCK_HIGHLIGHTING
Copyright © 2002-2016 InfoEther. All Rights Reserved.