D-Scanner/src/dscanner/analysis
The Dlang Bot 40a0a9d9be
Merge pull request #661 from BBasile/issue-658
fix #658 - warning about non-const should not be emitted if the metho…
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
2018-06-12 21:53:03 +02:00
..
alias_syntax_check.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
allman.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
asm_style.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
assert_without_msg.d Set all checkers class "final" 2018-04-22 20:33:58 +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 Set all checkers class "final" 2018-04-22 20:33:58 +02:00
base.d fix all cases of mixed tabs and spaces 2018-04-07 22:09:39 +02:00
builtin_property_names.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
comma_expression.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
config.d Fix #438 - check for __gshared and immutable redundancies 2018-04-06 10:46:21 +02:00
constructors.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
del.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
duplicate_attribute.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
enumarrayliteral.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
explicitly_annotated_unittests.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
final_attribute.d fix all cases of mixed tabs and spaces 2018-04-07 22:09:39 +02:00
fish.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
function_attributes.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
has_public_example.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
helpers.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
if_constraints_indent.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
if_statements.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
ifelsesame.d fix #645 - False positive, Else branch identical to Then branch with incomplete IfStatement 2018-06-02 05:57:43 +02:00
imports_sortedness.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
incorrect_infinite_range.d fix #656 - Crash due to unsafe access in infinite range check 2018-06-08 12:34:04 +02:00
label_var_same_name_check.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
lambda_return_check.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
length_subtraction.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
line_length.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
local_imports.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
logic_precedence.d Set all checkers class "final" 2018-04-22 20:33:58 +02: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 Set all checkers class "final" 2018-04-22 20:33:58 +02:00
objectconst.d fix #658 - warning about non-const should not be emitted if the methods are `@disable` 2018-06-12 11:18:55 +02:00
opequals_without_tohash.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
package.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
pokemon.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
properly_documented_public_functions.d fix tab and create routine for gen exception type 2018-05-25 23:37:50 +02:00
range.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
redundant_attributes.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
redundant_parens.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
redundant_storage_class.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
run.d Fix #438 - check for __gshared and immutable redundancies 2018-04-06 10:46:21 +02:00
static_if_else.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
stats_collector.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
style.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
trust_too_much.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
undocumented.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
unmodified.d fix #640 - Warning for variable used in ctor but not in standard func 2018-05-25 21:43:50 +02:00
unused.d update dependencies, fix some possible crash during linting 2018-05-14 16:37:59 +02:00
unused_label.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
useless_assert.d Set all checkers class "final" 2018-04-22 20:33:58 +02: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 fix #632, fix #633 - false positive for static and package methods in the check for virtual calls in constructors 2018-05-16 23:57:26 +02:00