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 (960 forks)batch import
help wanted

Repository metrics

Stars
 (21,417 stars)
PR merge metrics
 (Avg merge 10d 19h) (69 merged PRs in 30d)

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