dscanner ~master (2018-04-13T18:34:52Z)
Dub
Repo
UnusedVariableCheck
dscanner
analysis
unused
Checks for unused variables.
class
UnusedVariableCheck :
BaseAnalyzer
{
this
(
string
fileName
,
const
(
Scope
)*
sc
,
bool
skipTests
=
false
)
;
}
Constructors
this
this
(
string
fileName
,
const
(
Scope
)*
sc
,
bool
skipTests
=
false
)
Inherited Members
From BaseAnalyzer
visit
void
visit
(
const
Unittest
unittest_
)
Visits a unittest.
fileName
string
fileName
;
The file name
Meta
Source
See Implementation
dscanner
analysis
unused
modules
alias_syntax_check
allman
asm_style
assert_without_msg
auto_function
auto_ref_assignment
base
builtin_property_names
comma_expression
config
del
duplicate_attribute
explicitly_annotated_unittests
final_attribute
fish
function_attributes
has_public_example
helpers
if_constraints_indent
ifelsesame
imports_sortedness
incorrect_infinite_range
label_var_same_name_check
length_subtraction
line_length
local_imports
logic_precedence
mismatched_args
numbers
objectconst
opequals_without_tohash
pokemon
properly_documented_public_functions
range
redundant_attributes
redundant_parens
redundant_storage_class
run
static_if_else
trust_too_much
undocumented
unmodified
unused
unused_label
useless_assert
useless_initializer
vcall_in_ctor
Checks for unused variables.