Skip to content

Latest commit

 

History

History
70 lines (46 loc) · 3.4 KB

LeoS-Q.md

File metadata and controls

70 lines (46 loc) · 3.4 KB

Low Risk

[L-01] Floating pragma.

It's a good practice to avoid the use of floating pragma. Code must be compiled with the same version it as been tested the most. It also avoids the use of any nightly builds, which can have unexpected and unknown behaviors.

18 instances:

Non Critical

[N-01 ] Typo

12 instances:

current -> the current proposal -> the proposal

Cotract -> Contract

contain -> contains

then -> than

pending -> a pending

standard -> a standard refference -> reference

exect -> exact initiailize -> initialize

contracts -> contract

addreses -> addresses