ERC category will appear before Miscellaneous

pull/7/head
aniket-engg 5 years ago
parent 8018ce6864
commit ac156cf7ec
  1. 2
      remix-analyzer/src/solidity-analyzer/modules/list.ts

@ -23,6 +23,7 @@ export default [
gasCosts,
thisLocal,
checksEffectsInteraction,
erc20Decimals,
constantFunctions,
similarVariableNames,
inlineAssembly,
@ -34,7 +35,6 @@ export default [
guardConditions,
deleteDynamicArrays,
assignAndCompare,
erc20Decimals,
stringBytesLength,
deleteFromDynamicArray,
forLoopIteratesOverDynamicArray

Loading…
Cancel
Save