daml/compiler/hlint-testing
Shayne Fletcher 5567a5563f
Proof of concept : hlint/daml (#2050)
* Proof of concept : hlint/daml

* Copyright check is naieve

* Missing copyright

* Move hlint-testing out of compiler

fmt.sh tries to invoke hlint on the compiler directory. This then fails like,
```
2019-07-08T21:04:48.8037836Z $ hlint --git -j4
2019-07-08T21:04:48.9217137Z Couldn't find file: hlint-testing/data/HLint_QuickCheck.hs
2019-07-08T21:04:48.9277694Z UNEXPECTED HLINT FAILURE: The Bazel rules should have spotted this, please raise a GitHub issue
```

* Reformat

* This linting and formatting and so on is getting tiresome...

* Replace links with real files

* Strip the data directory

* Move files back under compiler/hlint-testing

* Copyright report_template.html so that format checks pass

* Calculate a hlint data directory path

* Whitespace and delete unneccessary file

* The format script uses this

* Use locateRunfiles

* Tweak record initialization formatting

* Reformat build file
2019-07-09 08:20:04 -04:00
..
data Proof of concept : hlint/daml (#2050) 2019-07-09 08:20:04 -04:00
src Proof of concept : hlint/daml (#2050) 2019-07-09 08:20:04 -04:00
.hlint.yaml Proof of concept : hlint/daml (#2050) 2019-07-09 08:20:04 -04:00
BUILD.bazel Proof of concept : hlint/daml (#2050) 2019-07-09 08:20:04 -04:00