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

fix(rome_cli): Respect formatter/linter enabled from configuration #3591

Merged
merged 1 commit into from
Nov 9, 2022

Commits on Nov 8, 2022

  1. fix(rome_cli): Respect formatter/linter enabled from configuration

    Fixes an issue where `rome ci` ignored the `formatter.enabled` and `linter.disabled` configuration. The issue was that the CI defaulted to `true` when the `--formater/linter-enabled` options weren't specified.
    
    ## Test Plan
    
    The reason why the existing integration test didn't work is that Rome doesn't check the formatting for files that have lint/parse errors. I changed the integration test to a file that only has incorrect formatting.
    MichaReiser committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    a3c34eb View commit details
    Browse the repository at this point in the history