PhpStorm + SonarCloud - no issue found

  • Operating system: MacOS Venture 13.3.1
  • SonarLint plugin version: 8.1.0.65508
  • IDE: PhpStorm version: 2023.1
  • Programming language you’re coding in: TypeScript (4.9.x)
  • Is connected mode used:
    • Connected to SonarCloud

Plugin does not show any issues/problems

In SonarCloud project board i got an error:

In PhpStorm this issue not reflected.

SonarLint Plugin Log:

Skip downloading hotspots from server, not supported
...
Using connection '...' for project 'project-name'
Analysing 'ChannelService.ts'...
Found 0 issues and 0 hotspots

Hey there.

S1440 is not active in the default Typescript Quality Profile – is it active in your Quality Profile on SonarCloud?

I ask because the same issue might be imported if you have ESLint Reports configured (our rule is based on ESLint rule eqeqeq). External issues aren’t supported in SonarLint.