D-Scanner/src/analysis
Basile Burg c101a6e1f7 Added an option that allows to skip the unittests analysis
allow each check to be individually skipped in the unit tests

useless assertions must always be detected
2016-05-12 17:14:32 +02:00
..
alias_syntax_check.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
asm_style.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
auto_ref_assignment.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
base.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
builtin_property_names.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
comma_expression.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
config.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
constructors.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
del.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
duplicate_attribute.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
enumarrayliteral.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
fish.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
function_attributes.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
helpers.d Fix import 2016-04-18 14:02:27 -07:00
if_statements.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
ifelsesame.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
incorrect_infinite_range.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
label_var_same_name_check.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
lambda_return_check.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
length_subtraction.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
line_length.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
local_imports.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
logic_precedence.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
mismatched_args.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
numbers.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
objectconst.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
opequals_without_tohash.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
package.d Run dfmt 2016-01-27 00:16:50 -08:00
pokemon.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
range.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
redundant_parens.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
run.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
static_if_else.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
stats_collector.d Run dfmt 2016-01-27 00:16:50 -08:00
style.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
undocumented.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
unmodified.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
unused.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
unused_label.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
useless_assert.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00