Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 702 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 702 Bytes

Analysis Tools Build Status

This repository contains a variety of tools used for source code analysis.

Building

git clone https://github.com/Submitty/AnalysisTools
cd AnalysisTools
stack build

Guidelines for Contribution

  • Make sure all Haskell code builds with no warnings (lichen.cabal by default sets -Wall -Werror).
  • Run hlint over the code to ensure correct style (you may want to use hlint '--ignore=Parse error' to avoid some bugs).
  • Generally, follow the Submitty developer guidelines.