Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.28 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.28 KB

Scripts to generate coding style reports

The script display a colored output on the terminal (inspired by Abricot-Norminette).

Install

git clone git@github.com:Ardorax/BananaSplit.git

mv BananaSplit/coding-style.sh ~/.local/bin/banana
# OR
sudo mv BananaSplit/coding-style.sh /usr/bin/banana

You can now use banana . . everywhere !

Linux

Requirement :

If using Nix, you can run nix run github:epitech/coding-style-checker to run a script printing you the list of infractions.

A part of the source code comes from Epitech.

In memoriam of Abricot-Norminette.

Windows

Requirements :

Use coding-style.ps1

MacOS

Requirements :

  • Nix installed

Use nix run github:epitech/coding-style-checker to run a script printing you the list of infractions. (Supports both Intel and Apple Silicon)