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
{{ message }}
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
When checking a codebase that uses
runner.dialect = scala213source3
, I see these errors:This seems to be due to the scala3 style imports, using the
as
keyword instead of=>
for things like:Are there specific rules that I can disable in scalastyle-config.xml to avoid these errors?
Are there any plans to support scala213source3?
The text was updated successfully, but these errors were encountered: