Linting
Lint a Michelson file
Lint a contract using its Michelson compiled form. It can be in either a JSON (.json) or normal Michelson format (.tz).
factori lint michelson [MICHELSON_FILE]
##Lint KT1
Lint an on-chain contract using its KT1.
factori lint kt1 [OPTION] [KT1]
--network=network
- Specify on which network (mainnet,ithacanet,etc...) you would like to perform the operation. Any prefix of more than three letters "mai", "main", "gho" will work.
Note that the Michelson file has a better printing interface because of the possibility to print the exact location of the errors.