StaticAnalysisConfig

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

Members

Variables

alias_syntax_check
string alias_syntax_check;
Undocumented in source.
allman_braces_check
string allman_braces_check;
Undocumented in source.
asm_style_check
string asm_style_check;
Undocumented in source.
assert_without_msg
string assert_without_msg;
Undocumented in source.
auto_function_check
string auto_function_check;
Undocumented in source.
auto_ref_assignment_check
string auto_ref_assignment_check;
Undocumented in source.
backwards_range_check
string backwards_range_check;
Undocumented in source.
builtin_property_names_check
string builtin_property_names_check;
Undocumented in source.
comma_expression_check
string comma_expression_check;
Undocumented in source.
constructor_check
string constructor_check;
Undocumented in source.
could_be_immutable_check
string could_be_immutable_check;
Undocumented in source.
delete_check
string delete_check;
Undocumented in source.
duplicate_attribute
string duplicate_attribute;
Undocumented in source.
enum_array_literal_check
string enum_array_literal_check;
Undocumented in source.
exception_check
string exception_check;
Undocumented in source.
explicitly_annotated_unittests
string explicitly_annotated_unittests;
Undocumented in source.
filters
ModuleFilters filters;
Undocumented in source.
final_attribute_check
string final_attribute_check;
Undocumented in source.
float_operator_check
string float_operator_check;
Undocumented in source.
function_attribute_check
string function_attribute_check;
Undocumented in source.
has_public_example
string has_public_example;
Undocumented in source.
if_constraints_indent
string if_constraints_indent;
Undocumented in source.
if_else_same_check
string if_else_same_check;
Undocumented in source.
imports_sortedness
string imports_sortedness;
Undocumented in source.
incorrect_infinite_range_check
string incorrect_infinite_range_check;
Undocumented in source.
label_var_same_name_check
string label_var_same_name_check;
Undocumented in source.
lambda_return_check
string lambda_return_check;
Undocumented in source.
length_subtraction_check
string length_subtraction_check;
Undocumented in source.
local_import_check
string local_import_check;
Undocumented in source.
logical_precedence_check
string logical_precedence_check;
Undocumented in source.
long_line_check
string long_line_check;
Undocumented in source.
mismatched_args_check
string mismatched_args_check;
Undocumented in source.
number_style_check
string number_style_check;
Undocumented in source.
object_const_check
string object_const_check;
Undocumented in source.
opequals_tohash_check
string opequals_tohash_check;
Undocumented in source.
properly_documented_public_functions
string properly_documented_public_functions;
Undocumented in source.
redundant_attributes_check
string redundant_attributes_check;
Undocumented in source.
redundant_if_check
string redundant_if_check;
Undocumented in source.
redundant_parens_check
string redundant_parens_check;
Undocumented in source.
static_if_else_check
string static_if_else_check;
Undocumented in source.
style_check
string style_check;
Undocumented in source.
undocumented_declaration_check
string undocumented_declaration_check;
Undocumented in source.
unused_label_check
string unused_label_check;
Undocumented in source.
unused_variable_check
string unused_variable_check;
Undocumented in source.
useless_assert_check
string useless_assert_check;
Undocumented in source.
useless_initializer
string useless_initializer;
Undocumented in source.
vcall_in_ctor
string vcall_in_ctor;
Undocumented in source.

Meta