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
/// Tell Biome to exit with an error code if some diagnostics emit warnings.
47
+
/// Tell PGLSP to exit with an error code if some diagnostics emit warnings.
48
48
#[bpaf(long("error-on-warnings"), switch)]
49
49
puberror_on_warnings:bool,
50
50
@@ -82,7 +82,7 @@ pub struct CliOptions {
82
82
fallback(Severity::default()),
83
83
display_fallback
84
84
)]
85
-
/// The level of diagnostics to show. In order, from the lowest to the most important: info, warn, error. Passing `--diagnostic-level=error` will cause Biome to print only diagnostics that contain only errors.
85
+
/// The level of diagnostics to show. In order, from the lowest to the most important: info, warn, error. Passing `--diagnostic-level=error` will cause PGLSP to print only diagnostics that contain only errors.
0 commit comments