Skip to content

Commit

Permalink
remove mutator
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Dec 24, 2024
1 parent d5ff98e commit 3e504d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mutators:
- cxx_init_const # Replaces ‘T a = b’ with ‘T a = 42’
- cxx_le_to_gt # Replaces <= with >
- cxx_le_to_lt # Replaces <= with <
- cxx_logical_and_to_or # Replaces && with ||
#- cxx_logical_and_to_or # Replaces && with ||
#- cxx_logical_or_to_and # Replaces || with && # The module was corrupted by 'cxx_logical_or_to_and' mutator.
- cxx_lshift_assign_to_rshift_assign # Replaces <<= with >>=
- cxx_lshift_to_rshift # Replaces << with >>
Expand Down

0 comments on commit 3e504d4

Please sign in to comment.