fix hlint warning: Redundant as

This commit is contained in:
Langston Barrett 2019-04-29 16:17:07 -07:00
parent 554f464003
commit a480b1b5de

View File

@ -24,7 +24,6 @@
- ignore: {name: Reduce duplication}
- ignore: {name: Redundant $}
- ignore: {name: Redundant ==}
- ignore: {name: Redundant as}
- ignore: {name: Redundant bracket}
- ignore: {name: Redundant case}
- ignore: {name: Redundant do}