StaticAnalysisConfig

Undocumented in source.
@INI("Configure which static analysis checks are enabled")
struct StaticAnalysisConfig {}

Members

Variables

alias_syntax_check
bool alias_syntax_check;
Undocumented in source.
asm_style_check
bool asm_style_check;
Undocumented in source.
auto_ref_assignment_check
bool auto_ref_assignment_check;
Undocumented in source.
backwards_range_check
bool backwards_range_check;
Undocumented in source.
builtin_property_names_check
bool builtin_property_names_check;
Undocumented in source.
comma_expression_check
bool comma_expression_check;
Undocumented in source.
constructor_check
bool constructor_check;
Undocumented in source.
could_be_immutable_check
bool could_be_immutable_check;
Undocumented in source.
delete_check
bool delete_check;
Undocumented in source.
duplicate_attribute
bool duplicate_attribute;
Undocumented in source.
enum_array_literal_check
bool enum_array_literal_check;
Undocumented in source.
exception_check
bool exception_check;
Undocumented in source.
float_operator_check
bool float_operator_check;
Undocumented in source.
function_attribute_check
bool function_attribute_check;
Undocumented in source.
if_else_same_check
bool if_else_same_check;
Undocumented in source.
incorrect_infinite_range_check
bool incorrect_infinite_range_check;
Undocumented in source.
label_var_same_name_check
bool label_var_same_name_check;
Undocumented in source.
length_subtraction_check
bool length_subtraction_check;
Undocumented in source.
local_import_check
bool local_import_check;
Undocumented in source.
logical_precedence_check
bool logical_precedence_check;
Undocumented in source.
long_line_check
bool long_line_check;
Undocumented in source.
mismatched_args_check
bool mismatched_args_check;
Undocumented in source.
number_style_check
bool number_style_check;
Undocumented in source.
object_const_check
bool object_const_check;
Undocumented in source.
opequals_tohash_check
bool opequals_tohash_check;
Undocumented in source.
redundant_if_check
bool redundant_if_check;
Undocumented in source.
redundant_parens_check
bool redundant_parens_check;
Undocumented in source.
style_check
bool style_check;
Undocumented in source.
undocumented_declaration_check
bool undocumented_declaration_check;
Undocumented in source.
unused_label_check
bool unused_label_check;
Undocumented in source.
unused_variable_check
bool unused_variable_check;
Undocumented in source.
useless_assert_check
bool useless_assert_check;
Undocumented in source.

Meta