Does WebStorm version 24 (released in 2024) provide accurate code analysis?
已回答
Originally, when pressing commit, code analysis would run, but pushing was not performed. However, in the 2023 version, code analysis worked, but there was an issue where pushing occurred immediately. Has this issue been resolved in the 2024 version?
I am currently using version 22.3.4."
请先登录再写评论。
Hi,
From 2023.1, code analysis is performed after commit and before push.
There is a request to have this disabled but it is not implemented
Please see: https://youtrack.jetbrains.com/issue/IDEA-311316/Allow-turning-off-background-precommit-check
However, pushing should not occur immediately, only commit.
thank you