Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 968 Bytes

File metadata and controls

49 lines (31 loc) · 968 Bytes

Contributing to Purus Linter

Thank you for your interest in contributing!

日本語版はこちら

About

Static analysis tool for Purus.

Prerequisites

Getting Started

git clone https://github.com/puruslang/linter.git
cd linter
npm install
npm test

Development

Command Description
npm test Run tests
npm run lint Lint check

Submitting Pull Requests

  1. Fork the repository and create a branch from main
  2. Make your changes
  3. Run tests and ensure they pass
  4. Open a PR with a clear description

Release

Releases are triggered by pushing a v* tag (e.g., v1.1.0).

Code of Conduct

See CODE_OF_CONDUCT.md.

License

By contributing, you agree that your contributions will be licensed under the Apache 2.0 License.