Open
Description
Steps to reproduce
- Clone https://github.com/codygman/hls-hlints-source-plugin-generated-code/blob/2c170e5b5f446fb3362d967db3fe8a87fe2c7215/src/Main.hs#L8
- Go to line 8: ToJSON
- let hls finish loading up
Expected behaviour
Source code generated by the evoke source plugin or other source plugins has hlint and any custom hlint rules applied to it that aren't relevant to your codebase.
Actual behaviour
You'll see a squiggle for the "use into" rule because the generated code uses Text.pack
internally.