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
Fixed lint settings being ignored when running glualint lint . as opposed to glualint lint <directory>
Changes
Reworked the way glualint works with comments. Comments are now placed much closer to their original locations, especially if they were between arguments in function calls. See #163
Changed multiline logic: functions are now considered multiline less often. See #163 for details
Refactors
Added some CI to glualint, to make sure all the recently added tests pass
Reformatted the pretty print AG code
Added quite a few more tests for pretty printing
Added test files to the library that is pushed to Hackage.