Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
44 lines (29 loc) · 943 Bytes

JuliaLintBear.rst

File metadata and controls

44 lines (29 loc) · 943 Bytes

Provide analysis related to common bugs and potential issues in Julia like dead code, undefined variable usage, duplicate keys in dicts, incorrect ADT usage, wrongfully using ellipsis, and much more.

See <https://lintjl.readthedocs.org/en/stable/> for more information on the analysis provided.

  • Julia

Dependencies

  • System requirement - apt_get - julia

Can Detect

  • Duplication
  • Formatting
  • Redundancy
  • Security
  • Syntax
  • Unreachable Code
  • Unused Code

License

AGPL-3.0

Authors