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: about 2 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T07:54:26.000Z (about 5 years ago)
- Last Synced: 2025-02-10T02:28:53.521Z (4 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
```