Thank you for your interest in contributing!
Static analysis tool for Purus.
git clone https://github.com/puruslang/linter.git
cd linter
npm install
npm test| Command | Description |
|---|---|
npm test |
Run tests |
npm run lint |
Lint check |
- Fork the repository and create a branch from
main - Make your changes
- Run tests and ensure they pass
- Open a PR with a clear description
Releases are triggered by pushing a v* tag (e.g., v1.1.0).
See CODE_OF_CONDUCT.md.
By contributing, you agree that your contributions will be licensed under the Apache 2.0 License.