Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 531 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 531 Bytes

Contributing to the Apex Linter

We welcome pull requests that will help advance best practices for Apex development!

See validators.py for implementations.

See retools.py and base.py for the regex-based framework.

Pull Request Guidelines

  1. Format with Black using 80-character linewrap.
  2. Make sure tests.py passes.
  3. If adding a validation:
    • Add test to tests.py.
    • Add a description to the README.