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
Handle ignore-unparsable-files option in LintFrontend.
The LintFrontend was ignoring the option to ignore unparsable files and reporting a diagnostic. This option is meant to prevent diagnostics and formatting changes to occur in files with unparsable syntax. The LintFrontend now silently ignores unparsable files, not raising any diagnostics.
0 commit comments