Can't import ESLint report into SonarQube

Must-share information (formatted with Markdown):

  • Developer Edition - 10.3.0.82913
  • how is SonarQube deployed: zip
  • what are you trying to achieve: Import ESLint report into SonarQube using sonar.eslint.reportPaths
  • what have you tried so far to achieve this: export using eslint src --ext .tsx,.ts -f json -o eslint_report.json

Example of warning. It repeats for all files.

09:00:44 WARN: No input file found for /home/****/workspace/MR-142/packages/XXXX/scr/components/NumberField/tests/NumberField.test.tsx. No ESLint issues will be imported on this file.

XXXX has a path name that I don’t want to disclosure.

Hey there.

Are you generating this report in the same environment (preferably, immediately before) running the analysis? In what environment are you running the analysis (locally? In a specific CI?)