Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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...