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
The eventual linter loaded will be correctly, but calling ale#linter#Define multiple times with the same linter name will result in the linter definition being saved in the internal List many times over. Instead of doing this, ALE should remove the previous item from the list and replace it with the new one.
The text was updated successfully, but these errors were encountered:
The eventual linter loaded will be correctly, but calling
ale#linter#Define
multiple times with the same linter name will result in the linter definition being saved in the internalList
many times over. Instead of doing this, ALE should remove the previous item from the list and replace it with the new one.The text was updated successfully, but these errors were encountered: