| .. |
|
alias_syntax_check.d
|
replace libdparse in alias style visitor (#38)
|
2025-08-29 13:16:44 +03:00 |
|
allman.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
always_curly.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
asm_style.d
|
Clearify key names
|
2024-05-06 10:08:53 +02:00 |
|
assert_without_msg.d
|
replace libdpase in assert without msg visitor (#50)
|
2025-08-29 13:16:44 +03:00 |
|
auto_function.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
auto_ref_assignment.d
|
replace libdparse in auto ref assignment (#51)
|
2025-08-29 13:16:44 +03:00 |
|
base.d
|
update dmd and include the API needed for semantic analysis (#66)
|
2025-08-29 13:16:44 +03:00 |
|
body_on_disabled_funcs.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
builtin_property_names.d
|
replace libdparse in builtin properties visitor (#52)
|
2025-08-29 13:16:44 +03:00 |
|
comma_expression.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
config.d
|
Always Check Curly
|
2023-09-24 19:35:46 +02:00 |
|
constructors.d
|
replace libdparse in constructor check (#43)
|
2025-08-29 13:16:44 +03:00 |
|
cyclomatic_complexity.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
del.d
|
replace libdparse in delete check (#21)
|
2025-08-29 13:16:44 +03:00 |
|
duplicate_attribute.d
|
Clearify key names
|
2024-05-06 10:08:53 +02:00 |
|
enumarrayliteral.d
|
Replace libdparse in enum array functionality
|
2025-08-29 13:16:44 +03:00 |
|
explicitly_annotated_unittests.d
|
replace libdparse in explicitly annotated unittests check (#44)
|
2025-08-29 13:16:44 +03:00 |
|
final_attribute.d
|
replace libparse in final attribute visitor (#34)
|
2025-08-29 13:16:44 +03:00 |
|
fish.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
function_attributes.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
has_public_example.d
|
Clearify key names
|
2024-05-06 10:08:53 +02:00 |
|
helpers.d
|
update dmd and include the API needed for semantic analysis (#66)
|
2025-08-29 13:16:44 +03:00 |
|
if_constraints_indent.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
if_statements.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
ifelsesame.d
|
Clearify key names
|
2024-05-06 10:08:53 +02:00 |
|
imports_sortedness.d
|
replace libdparse in imports sortedness visitor (#35)
|
2025-08-29 13:16:44 +03:00 |
|
incorrect_infinite_range.d
|
replace libparse in incorrect infinite range visitor (#33)
|
2025-08-29 13:16:44 +03:00 |
|
label_var_same_name_check.d
|
Clearify key names
|
2024-05-06 10:08:53 +02:00 |
|
lambda_return_check.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
length_subtraction.d
|
replace libdparse in length subtraction visitor (#42)
|
2025-08-29 13:16:44 +03:00 |
|
line_length.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
local_imports.d
|
replace libdparse in local imports visitor (#45)
|
2025-08-29 13:16:44 +03:00 |
|
logic_precedence.d
|
replace libdparse in logic precedence visitor (#54)
|
2025-08-29 13:16:44 +03:00 |
|
mismatched_args.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
nolint.d
|
Allow skipping checks with @("nolint(...)") and @nolint("...") (#936)
|
2023-10-13 02:45:59 +02:00 |
|
numbers.d
|
Clearify key names
|
2024-05-06 10:08:53 +02:00 |
|
objectconst.d
|
replace libdparse in objectconst functionality + unittests integration with dmd (#17)
|
2025-08-29 13:16:44 +03:00 |
|
opequals_without_tohash.d
|
replace libparse in opequals without tohash visitor (#53)
|
2025-08-29 13:16:44 +03:00 |
|
package.d
|
Move everything under package `dscanner` (#526)
|
2018-03-22 20:15:42 +01:00 |
|
pokemon.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
properly_documented_public_functions.d
|
update dmd and include the API needed for semantic analysis (#66)
|
2025-08-29 13:16:44 +03:00 |
|
range.d
|
replace libdparse in backwards range check (#58)
|
2025-08-29 13:16:44 +03:00 |
|
redundant_attributes.d
|
replace libdparse in redundant attributes visitor (#40)
|
2025-08-29 13:16:44 +03:00 |
|
redundant_parens.d
|
replace libdparse in redundant parens check (#61)
|
2025-08-29 13:16:44 +03:00 |
|
redundant_storage_class.d
|
Clearify key names
|
2024-05-06 10:08:53 +02:00 |
|
run.d
|
replace libdparse in statif if else visitor (#56)
|
2025-08-29 13:16:44 +03:00 |
|
static_if_else.d
|
replace libdparse in statif if else visitor (#56)
|
2025-08-29 13:16:44 +03:00 |
|
stats_collector.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
style.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
trust_too_much.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
undocumented.d
|
Clearify key names
|
2024-05-06 10:08:53 +02:00 |
|
unmodified.d
|
Allow skipping checks for dscanner.suspicious.unmodified with nolint
|
2024-05-06 10:10:54 +02:00 |
|
unused.d
|
replace libdparse in logic precedence visitor (#54)
|
2025-08-29 13:16:44 +03:00 |
|
unused_label.d
|
Clearify key names
|
2024-05-06 10:08:53 +02:00 |
|
unused_parameter.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
unused_result.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
unused_variable.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
useless_assert.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |
|
useless_initializer.d
|
Clearify key names
|
2024-05-06 10:08:53 +02:00 |
|
vcall_in_ctor.d
|
add BaseAnalyzerArguments to keep ctor changes sane
|
2023-10-25 08:49:37 +02:00 |