gleam-lang/gleam

`gleam fix` fixes warnings that have fix code actions

Open

#3,611 opened on Sep 11, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (21,417 stars) (960 forks)batch import
help wanted

Description

Some warnings have code actions to fix them such as "unused import" which can always be safely applied.

Make gleam fix apply all of these edits for people not using the LS at that time.

Contributor guide