erg_linter

Crates.ioerg_linter
lib.rserg_linter
version0.6.48-nightly.1
sourcesrc
created_at2024-04-11 13:08:23.064682
updated_at2024-11-10 07:15:05.427504
descriptionthe Erg linter
homepagehttps://erg-lang.org/
repositoryhttps://github.com/erg-lang/erg
max_upload_size
id1204891
size20,957
Shunsuke Shibayama (mtshiba)

documentation

http://docs.rs/erg_linter

README

erg-linter (WIP)

erg-linter (can be used with erg lint) is a tool to check the erg file for errors.

Features

The following codes are warned.

  • Unreachable codes
  • Wildcard import
  • Shadowing of built-in variables
  • Procedures without side-effects
  • Variables that can be defined as constants
  • Unnecessary .clone
  • Mutable objects that do not change
  • Hardcoded well-known constants (e.g. 3.14)
  • Defining a subroutine with too many parameters
  • Defining a class with too many fields

These are warned by the compiler

  • Unused variables
  • Unused objects that are not NoneLike
Commit count: 4131

cargo fmt