Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuxboy/respector
Static analyzer for respect your conceptions rules
https://github.com/tuxboy/respector
Last synced: about 7 hours ago
JSON representation
Static analyzer for respect your conceptions rules
- Host: GitHub
- URL: https://github.com/tuxboy/respector
- Owner: TuxBoy
- License: mit
- Created: 2021-11-04T13:18:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T21:21:43.000Z (almost 3 years ago)
- Last Synced: 2024-04-05T08:20:55.228Z (8 months ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Respector
Respector is a static analyzer who check the respect your conceptions rules with a simple unit test
[![Build Status](https://img.shields.io/travis/com/PHP-DI/PHP-DI/master.svg?style=flat-square)](https://travis-ci.com/PHP-DI/PHP-DI)
## Why?
A large number of tools exist to check the quality of your code (PhpStan, Psalm etc.). Sometimes we need to add our
own conception rules.
It is possible to customize the rules of these tools to add our own rules, but this implies that we must know the
tools well and can be more complicated to evolve or maintain.## Installation
Describe how to install the project/library/framework/…
Make sure your installation instructions work by testing them!
## Usage
Describe how to use the project. A gif or a short code example is the best
way to show how it works. Also keep paragraphs short and sentences simple: not
everybody speaks english well.For the sake of the example here is how you can use this project template
as a basis for your own repository:```bash
git clone https://github.com/mnapoli/project-template.git my-project
cd my-project
# Remove the git repository metadata
rm -rf .git/
# Start a brand new repository
git init
git add .
```Easy peasy! Now you just have to code.
Make sure your examples work by testing them! I didn't test mine and I should feel ashamed.