Skip to content

Implementation for lint check  #1285

Open
@thomasyonug

Description

@thomasyonug

I noticed that builtin lint check macro is still missing. An example for lint check.

#[allow(dead_code)]
fn foo() {}

There are features in lint check:

  • allow, deny, forbid, warn
  • lint group
  • tool lint

It'll be easier to implement this if I get some suggestions from you guys.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions