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
biome ci has a feature that does some checks on the environment it is running in. For example, if there is an env var GITHUB_ACTIONS=true, the output will include GitHub Annotations.
Biome has put this "it just works behavior" behind the separate ci command and doesn't do that in other commands (e.g. check).
I'm not familiar with the design decisions/goals of oxlint and whether this kind of magic is something that could be considered in scope. Is that something that would fit into oxlint? Either behind a separate command intended for CI or as a default value for the output format? Or not at all?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
biome cihas a feature that does some checks on the environment it is running in. For example, if there is an env varGITHUB_ACTIONS=true, the output will include GitHub Annotations.Biome has put this "it just works behavior" behind the separate
cicommand and doesn't do that in other commands (e.g.check).I'm not familiar with the design decisions/goals of oxlint and whether this kind of magic is something that could be considered in scope. Is that something that would fit into oxlint? Either behind a separate command intended for CI or as a default value for the output format? Or not at all?
Beta Was this translation helpful? Give feedback.
All reactions