Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skrtks/norminette
Norminette plugin for CLion
https://github.com/skrtks/norminette
Last synced: 3 months ago
JSON representation
Norminette plugin for CLion
- Host: GitHub
- URL: https://github.com/skrtks/norminette
- Owner: skrtks
- License: bsd-2-clause
- Created: 2021-05-23T11:26:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-06T10:45:17.000Z (over 1 year ago)
- Last Synced: 2024-04-04T04:37:17.589Z (7 months ago)
- Language: Kotlin
- Size: 7.37 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-42 - source code
README
# Norminette for CLion
![Build](https://github.com/skrtks/norminette/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/17190-norminette.svg)](https://plugins.jetbrains.com/plugin/17190-norminette)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/17190-norminette.svg)](https://plugins.jetbrains.com/plugin/17190-norminette)### Norminette v3.x is required
#### ✅ Verified Norminette version: v3.3.51
Please make sure that you have [Norminette](https://github.com/42School/norminette) installed!### Issue reporting 🔬
If you find an issue please report it trough [GitHub](https://github.com/skrtks/norminette/issues/new/choose). Thanks!### Setup 🛠
Check if Norminette is already installed on your system (run `norminette -v`).
If not, you can download it [here](https://github.com/42School/norminette).When Norminette is properly installed on your system, Norminette for CLion should automatically detect the path to the executable.
If you have done a custom installation of Norminette, or the executable is not in PATH, please go to Settings/Preferences > Norminette
and provide the path to your norminette executable.It is possible to change the highlight style or enable/disable highlighting trough:
Settings/Preferences > Editor > Inspections > C/C++ > Norminette### Plugin Installation
- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "norminette" >
Install Plugin
- Manually:Download the [latest release](https://github.com/skrtks/norminette/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...