You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Hlint in CI is linting files that should not be lint, and report bug and warning on test data.
most testdata is in test/testdata for each sub project.
We can easily turn them off by using: hlint ./ --ignore-glob="**test/testdata/*.hs"