The Wayback Machine - https://web.archive.org/web/20211225213233/https://github.com/topics/lint
Skip to content
#

lint

Here are 981 public repositories matching this topic...

stylelint
reviewdog
BraisGabin
BraisGabin commented Feb 25, 2021

Expected Behavior

When detekt reports that a call or an import is forbidden it tell my why it is forbidden.

Current Behavior

Right now detekt just say that it is forbidden so we a new person in the project doesn't know what to do.

Context

Some coworkers ask me some times "Why is this forbidden?" And I need to explain them. That never bother me but after reading this in: https:/

azu
azu commented Oct 17, 2021

When I've create a rule and test it.

https://github.com/textlint-rule/textlint-rule-no-duplicate-abbr/blob/0e496443352a451d17f04526893ba1c10c60eaf3/src/textlint-rule-no-duplicate-abbr.ts#L4-L12

TypeScript throw an compiler error on textlint-tester.

TS2345: Argument of type 'TextlintRuleReporter<Options>' is not assignable to parameter of type 'TextlintRuleModule<{}> | TestConfig'.   
cfn_nag

Improve this page

Add a description, image, and links to the lint 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 lint topic, visit your repo's landing page and select "manage topics."

Learn more