gnolang / tlin

Advanced Linter for Gno
MIT License
13 stars 1 forks source link

Use Template for Formatting the Issues #75

Open notJoon opened 1 week ago

notJoon commented 1 week ago

Description

The current lint results are assembled using builder pattern functions, but this method has a lot of duplicate code and becomes unnecessarily complex when trying to insert new formatting components.

Therefore, it seems necessary to improve the formatting approach by using a package like text/template.