This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
🐛 rome check
and rome ci
do not report unorganized imports
#4300
Labels
S-Bug: confirmed
Status: report has been confirmed as a valid bug
Environment information
What happened?
Given the following code:
and
rome.json
:rome ci index.js
androme check index.js
do not error on the unorganized imports.I also tested
rome ci --organize-imports-enabled=true index.js
.Important note:
rome check --apply-unsafe index.js
organizes imports. Thus Rome takes the configuration into account!Expected result
Running
rome check
orrome ci
should error when unorganized imports are found.Code of Conduct
The text was updated successfully, but these errors were encountered: