D-Scanner/src/dscanner/analysis
BBasile b03adf1dff Change trust_too_much message which was slightly ambiguous (#611)
Change trust_too_much message which was slightly ambiguous
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-12 10:38:19 +02:00
..
alias_syntax_check.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
allman.d fix all cases of mixed tabs and spaces 2018-04-07 22:09:39 +02:00
asm_style.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
assert_without_msg.d add IZ safeAccess util and refactor several && chains with it (#577) 2018-04-02 17:29:36 +02:00
auto_function.d fix all cases of mixed tabs and spaces 2018-04-07 22:09:39 +02:00
auto_ref_assignment.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
base.d fix all cases of mixed tabs and spaces 2018-04-07 22:09:39 +02:00
builtin_property_names.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
comma_expression.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
config.d Fix #438 - check for __gshared and immutable redundancies 2018-04-06 10:46:21 +02:00
constructors.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
del.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
duplicate_attribute.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
enumarrayliteral.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
explicitly_annotated_unittests.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
final_attribute.d fix all cases of mixed tabs and spaces 2018-04-07 22:09:39 +02:00
fish.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
function_attributes.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
has_public_example.d Ignore has_public_example for deprecated symbols 2018-03-30 11:15:26 +02:00
helpers.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
if_constraints_indent.d fix all cases of mixed tabs and spaces 2018-04-07 22:09:39 +02:00
if_statements.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
ifelsesame.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
imports_sortedness.d fix all cases of mixed tabs and spaces 2018-04-07 22:09:39 +02:00
incorrect_infinite_range.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
label_var_same_name_check.d fix all cases of mixed tabs and spaces 2018-04-07 22:09:39 +02:00
lambda_return_check.d fix all cases of mixed tabs and spaces 2018-04-07 22:09:39 +02:00
length_subtraction.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
line_length.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
local_imports.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
logic_precedence.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
mismatched_args.d add IZ safeAccess util and refactor several && chains with it (#577) 2018-04-02 17:29:36 +02:00
numbers.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
objectconst.d fix all cases of mixed tabs and spaces 2018-04-07 22:09:39 +02:00
opequals_without_tohash.d fix #575 - Dscanner should allow opCmp with no toHash 2018-04-05 10:47:14 +02:00
package.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
pokemon.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
properly_documented_public_functions.d fix #607 - Dscanner should warn about missing throws section in ddoc (#609) 2018-04-09 15:26:28 +02:00
range.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
redundant_attributes.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
redundant_parens.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
redundant_storage_class.d Fix #438 - check for __gshared and immutable redundancies 2018-04-06 10:46:21 +02:00
run.d Fix #438 - check for __gshared and immutable redundancies 2018-04-06 10:46:21 +02:00
static_if_else.d add IZ safeAccess util and refactor several && chains with it (#577) 2018-04-02 17:29:36 +02:00
stats_collector.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
style.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
trust_too_much.d Change trust_too_much message which was slightly ambiguous (#611) 2018-04-12 10:38:19 +02:00
undocumented.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
unmodified.d fix all cases of mixed tabs and spaces 2018-04-07 22:09:39 +02:00
unused.d Check for function parameters in mixins (#484) 2018-03-22 23:53:47 +01:00
unused_label.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
useless_assert.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
useless_initializer.d add IZ safeAccess util and refactor several && chains with it (#577) 2018-04-02 17:29:36 +02:00
vcall_in_ctor.d add IZ safeAccess util and refactor several && chains with it (#577) 2018-04-02 17:29:36 +02:00