An open API service indexing awesome lists of open source software.

https://github.com/scheb/idea-inspections-core

[DEPRECATED] Core classes to process IDEA inspection files
https://github.com/scheb/idea-inspections-core

inspections intellij jetbrains phpstorm

Last synced: 21 days ago
JSON representation

[DEPRECATED] Core classes to process IDEA inspection files

Awesome Lists containing this project

README

          

scheb/idea-inspections-core
===========================

Core classes to process IDEA inspection files.

[![Build Status](https://travis-ci.org/scheb/idea-inspections-core.svg?branch=master)](https://travis-ci.org/scheb/idea-inspections-core)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/scheb/idea-inspections-core/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/scheb/idea-inspections-core/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/scheb/idea-inspections-core/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/scheb/idea-inspections-core/?branch=master)
[![Latest Stable Version](https://poser.pugx.org/scheb/idea-inspections-core/v/stable.svg)](https://packagist.org/packages/scheb/idea-inspections-core)
[![License](https://poser.pugx.org/scheb/idea-inspections-core/license.svg)](https://packagist.org/packages/scheb/idea-inspections-core)

Contribute
----------
You're welcome to [contribute](https://github.com/scheb/idea-inspections-core/graphs/contributors) to
this library by creating a pull requests or feature request in the issues section. For pull requests, please follow
these guidelines:

- Symfony code style
- PHP7.1 type hints for everything (including: return types, `void`, nullable types)
- Please add/update test cases
- Test methods should be named `[method]_[scenario]_[expected result]`

To run the test suite install the dependencies with `composer install` and then execute `bin/phpunit`.

License
-------
This library is available under the [MIT license](LICENSE).