D-Scanner/src/dscanner/analysis
WebFreak001 3345a1953a improve public auto fix API 2023-07-08 23:09:33 +02:00
..
alias_syntax_check.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
allman.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
asm_style.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
assert_without_msg.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
auto_function.d add autofix testing API 2023-07-08 23:09:33 +02:00
auto_ref_assignment.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
base.d improve public auto fix API 2023-07-08 23:09:33 +02:00
body_on_disabled_funcs.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
builtin_property_names.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
comma_expression.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
config.d add `dscanner fix` command 2023-07-08 23:09:33 +02:00
constructors.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
cyclomatic_complexity.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
del.d add autofix testing API 2023-07-08 23:09:33 +02:00
duplicate_attribute.d add autofix testing API 2023-07-08 23:09:33 +02:00
enumarrayliteral.d add autofix testing API 2023-07-08 23:09:33 +02:00
explicitly_annotated_unittests.d add autofix testing API 2023-07-08 23:09:33 +02:00
final_attribute.d add autofix testing API 2023-07-08 23:09:33 +02:00
fish.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
function_attributes.d add autofix testing API 2023-07-08 23:09:33 +02:00
has_public_example.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
helpers.d add `dscanner fix` command 2023-07-08 23:09:33 +02:00
if_constraints_indent.d also add byte indices to diagnostic ranges 2023-06-29 17:43:30 +02:00
if_statements.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
ifelsesame.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
imports_sortedness.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
incorrect_infinite_range.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
label_var_same_name_check.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
lambda_return_check.d add autofix testing API 2023-07-08 23:09:33 +02:00
length_subtraction.d add autofix testing API 2023-07-08 23:09:33 +02:00
line_length.d also add byte indices to diagnostic ranges 2023-06-29 17:43:30 +02:00
local_imports.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
logic_precedence.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
mismatched_args.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
numbers.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
objectconst.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
opequals_without_tohash.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
package.d Move everything under package `dscanner` (#526) 2018-03-22 20:15:42 +01:00
pokemon.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
properly_documented_public_functions.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
range.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
redundant_attributes.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
redundant_parens.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
redundant_storage_class.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
run.d improve public auto fix API 2023-07-08 23:09:33 +02:00
static_if_else.d improve public auto fix API 2023-07-08 23:09:33 +02:00
stats_collector.d Set all checkers class "final" 2018-04-22 20:33:58 +02:00
style.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
trust_too_much.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
undocumented.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
unmodified.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
unused.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
unused_label.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
unused_parameter.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
unused_result.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
unused_variable.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
useless_assert.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
useless_initializer.d add end line/column to warnings 2023-06-29 13:19:36 +02:00
vcall_in_ctor.d add end line/column to warnings 2023-06-29 13:19:36 +02:00