Commit ac156cf7 authored by aniket-engg's avatar aniket-engg

ERC category will appear before Miscellaneous

parent 8018ce68
...@@ -23,6 +23,7 @@ export default [ ...@@ -23,6 +23,7 @@ export default [
gasCosts, gasCosts,
thisLocal, thisLocal,
checksEffectsInteraction, checksEffectsInteraction,
erc20Decimals,
constantFunctions, constantFunctions,
similarVariableNames, similarVariableNames,
inlineAssembly, inlineAssembly,
...@@ -34,7 +35,6 @@ export default [ ...@@ -34,7 +35,6 @@ export default [
guardConditions, guardConditions,
deleteDynamicArrays, deleteDynamicArrays,
assignAndCompare, assignAndCompare,
erc20Decimals,
stringBytesLength, stringBytesLength,
deleteFromDynamicArray, deleteFromDynamicArray,
forLoopIteratesOverDynamicArray forLoopIteratesOverDynamicArray
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment