Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

fix(rome_cli): Fix max diagnostic counts #3869

Merged
merged 2 commits into from
Nov 28, 2022
Merged

Commits on Nov 26, 2022

  1. fix(rome_cli): Fix max diagnostic counts

    This PR fixes the max diagnostics count for the linter.
    
    The issue was that `process_file` reports a `Success` if a file has no diagnostic even if the file has skipped diagnostics.
    
    This PR changes `process_file` to return a `Message` if a file has reported diagnostics or any skipped diagnostics.
    Micha Reiser committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    a5168e0 View commit details
    Browse the repository at this point in the history
  2. fix(rome_cli): Fix max diagnostic counts

    Fix symlink tests
    Micha Reiser committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    a0c84ce View commit details
    Browse the repository at this point in the history