daml/compiler/damlc/daml-ide-core
Moritz Kiefer 348c6de92c
Add dlint rule to suggest === (#10485)
* Add dlint rule to suggest ===

This rule doesn’t quite work in all cases since you can have types
that have Eq instances but not Show instances. However, I think the
benefits of people learning about this are much larger than the
downsides here of getting a hint that doesn’t apply in edge cases.

changelog_begin
changelog_end

* fix all the tests, why are there so many :(

changelog_begin
changelog_end
2021-08-05 09:44:57 +00:00
..
src/Development/IDE/Core lsp-types patch for platform independence (#10288) 2021-08-04 21:33:52 +02:00
test/Development/IDE/Core/API lsp-types patch for platform independence (#10288) 2021-08-04 21:33:52 +02:00
BUILD.bazel Bump ghcide and upgrade to lsp/lsp-types (#10139) 2021-06-30 12:16:12 +00:00
dlint.yaml Add dlint rule to suggest === (#10485) 2021-08-05 09:44:57 +00:00