Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alexandrecarlton/idea-settings-inspections-generator
- Owner: AlexandreCarlton
- Created: 2020-03-01T07:42:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T07:54:26.000Z (almost 5 years ago)
- Last Synced: 2024-10-30T07:57:01.630Z (2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```