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
Filter-out legacy filenames that are not UTF-8 encodable.
Emacs's json serialization only supports UTF-8.
Since sonarlint requires emacs to provide the whole list of files
in the workspace, this can be an issue when filenames use
ISO 8859 accentuated characters typically.
The simplest work around seems to filter-out those files,
but I guess sonarlint won't work on those.
0 commit comments