Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexandrecarlton/idea-settings-inspections-generator

Generates Inspections for the IDEA-settings project.
https://github.com/alexandrecarlton/idea-settings-inspections-generator

Last synced: 17 days ago
JSON representation

Generates Inspections for the IDEA-settings project.

Awesome Lists containing this project

README

        

# idea-settings-inspection-generator

This is a small package used to generate Inspections support for IntelliJ IDEA
in [idea-settings](https://github.com/AlexandreCarlton/idea-settings).

To run this, create a [virtualenv](https://virtualenv.pypa.io/en/latest/), drop
into it and install this package:

```bash
python -m venv .venv
source .venv/bin/activate
pip install -e .
```

Then, run from the checkout of IDEA-settings:
```bash
generate-inspections
```