You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
CLI:
Version: 12.1.1
Color support: true
Platform:
CPU Architecture: aarch64
OS: macos
Environment:
ROME_LOG_DIR: unset
NO_COLOR: unset
TERM: "xterm-256color"
JS_RUNTIME_VERSION: "v18.14.0"
JS_RUNTIME_NAME: "node"
NODE_PACKAGE_MANAGER: "yarn/3.3.1"
Rome Configuration:
Status: Loaded successfully
Formatter disabled: false
Linter disabled: false
Organize imports disabled: true
VCS disabled: true
Workspace:
Open Documents: 0
Discovering running Rome servers...
Incompatible Rome Server: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
i Rage discovered this running server using an incompatible version of Rome.
Server:
Version: 12.0.0
Incompatible Rome Server: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
i Rage discovered this running server using an incompatible version of Rome.
Server:
Version: 12.1.0
Running Rome Server: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
i The client isn't connected to any server but rage discovered this running Rome server.
Server:
Version: 12.1.1
Name: rome_lsp
CPU Architecture: aarch64
OS: macos
Workspace:
Open Documents: 0
Other Active Server Workspaces:
Workspace:
Open Documents: 2
Client Name: Visual Studio Code
Client Version: 1.78.2
Rome Server Log:
! Please review the content of the log file before sharing it publicly as it may contain sensitive information:
* Path names that may reveal your name, a project name, or the name of your employer.
* Source code
What happened?
Updated from v12.1.0 to v12.1.1
Ran a rome check to see if anything started failing
Noticed "Suppression comment is not being used" showing up for lint/a11y/useKeyWithClickEvents
Adding recommended: true to a11y section causes it to go away
Expected result
I don't expect recommended rules to be disabled during a patch update. After digging into it some, it happens because the global "recommended" setting is not followed if a group defines any rules.
constarray=["split","the text","into words"];// next line should error because of the recommended rulearray.map((sentence)=>sentence.split(" ")).flat();
Environment information
What happened?
rome check
to see if anything started failinglint/a11y/useKeyWithClickEvents
recommended: true
toa11y
section causes it to go awayExpected result
I don't expect recommended rules to be disabled during a patch update. After digging into it some, it happens because the global "recommended" setting is not followed if a group defines any rules.
#4490 (comment)
Code of Conduct
The text was updated successfully, but these errors were encountered: