Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 345 Bytes

File metadata and controls

17 lines (11 loc) · 345 Bytes

Development

Running checks

To check the code against static checks, run:

make check

Sometimes errors this command produces (such as import sorting) can be fixed automatically using:

make fix

If the check command fails, make sure to always run the fix command first prior to trying to fix changes yourself.