Skip to content

Commit

Permalink
remove similar-names bc it's slow (#2469)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalpharush authored Jun 4, 2024
1 parent 23006f5 commit b9a3ea6
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 163 deletions.
1 change: 0 additions & 1 deletion slither/detectors/all_detectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
from .functions.unimplemented import UnimplementedFunctionDetection
from .statements.mapping_deletion import MappingDeletionDetection
from .statements.array_length_assignment import ArrayLengthAssignment
from .variables.similar_variables import SimilarVarsDetection
from .variables.function_init_state_variables import FunctionInitializedState
from .statements.redundant_statements import RedundantStatements
from .operations.bad_prng import BadPRNG
Expand Down
106 changes: 0 additions & 106 deletions slither/detectors/variables/similar_variables.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
20 changes: 0 additions & 20 deletions tests/e2e/detectors/test_detectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1453,26 +1453,6 @@ def id_test(test_item: Test):
"type_based_tautology.sol",
"0.7.6",
),
Test(
all_detectors.SimilarVarsDetection,
"similar_variables.sol",
"0.4.25",
),
Test(
all_detectors.SimilarVarsDetection,
"similar_variables.sol",
"0.5.16",
),
Test(
all_detectors.SimilarVarsDetection,
"similar_variables.sol",
"0.6.11",
),
Test(
all_detectors.SimilarVarsDetection,
"similar_variables.sol",
"0.7.6",
),
Test(
all_detectors.MsgValueInLoop,
"msg_value_loop.sol",
Expand Down

0 comments on commit b9a3ea6

Please sign in to comment.