What version of Oxlint are you using?
1.56.0
What command did you run?
npx oxlint --tsconfig tsconfig.json --react-plugin .
What does your .oxlintrc.json (or oxlint.config.ts) config file look like?
What happened?
From a Discord discussion
If run without any --format or with --format=github the output is missing the full diagnostics including the final "Found N ..." and "Finished in N ..." lines
Details
from this run in an repro repo
Sometimes the entire output is missing, like above, and sometimes some parts of the output makes it out
screenshot showing 3 (of 6) warnings

However, with --format=default everything shows as expected
zoomed out screenshot of same job/step showing all 6 warnings plus full diagnostic output
{ "jsPlugins": [{ "name": "react-compiler", "specifier": "eslint-plugin-react-hooks" }], "rules": { "react-compiler/set-state-in-render": "error", "react-compiler/set-state-in-effect": "error" } }