lein-bikeshed icon indicating copy to clipboard operation
lein-bikeshed copied to clipboard

Custom hooks to allow issue reporting somewhere else than stdout ? #37

Open voytech opened this issue 8 years ago • 0 comments

Following changes has been made:

  • Modified core.clj file:
    • added additional parameter "details" for each linting function (this is atom vector to aggregate issues)
    • added some helper functions supporting issue aggregation.
  • Added section to README.md which shows returned result record format.

If You think there are some things that should be or may be done better - just let me know. I am waiting on any suggestions and recommendations.

voytech avatar Feb 15 '18 14:02 voytech