Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Added ability to sort by files #130

Merged
merged 2 commits into from
Aug 9, 2018
Merged

Commits on Aug 9, 2018

  1. ✨ Added ability to sort by files

    refs TryGhost#122
    
    - `gscan.format` now accepts a new option to return a different format
      - sort by errors & warnings files (sortByFiles: true)
      - sort by rules by default
    - it's currently hard to sort the passed rules, because no rule is pushed with the file reference
      - too much effort for no usage
    kirrg001 committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    262f546 View commit details
    Browse the repository at this point in the history
  2. Fixed pushing correct file reference for errors/warnings

    no issue
    
    - failures[..].ref is always the target file reference
    - ensure consistency
    kirrg001 committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    33afe8b View commit details
    Browse the repository at this point in the history