The Wayback Machine - http://web.archive.org/web/20220709051708/https://github.com/topics/linters
Skip to content
#

linters

Here are 245 public repositories matching this topic...

lawrence-dol
lawrence-dol commented Nov 19, 2021

It would be great to have a lint rule to flag when true or false is passed to a function.

As a solution the problem of a vague true/false value passed to a function, the "boolean trap", I have a habit of creating a self-documenting constant and using that instead.

Instead of redraw(true), I'll define const INLINE = true; and then use redraw(INLINE);.

Thanks for considering this

help wanted good first issue feature
nikolay
nikolay commented Jun 30, 2022

The artifact archive file has the arch in the name already, which is duplicated with the binary inside and requires a rename to make the executable just ec on each platform. Please, consider removing the duplication! I am using a growing in popularity tool called eget, which safely installs binaries from GitHub and other places, but it cannot cleanly install `

Improve this page

Add a description, image, and links to the linters topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the linters topic, visit your repo's landing page and select "manage topics."

Learn more