Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Epitech/coding-style-checker


https://github.com/Epitech/coding-style-checker

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

## Scripts to generate coding style reports

### Linux

Requirement :

- [Docker](https://docs.docker.com/engine/install/) installed
- [Curl](https://curl.se/download.html) installed

Use `coding-style.sh`

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

### Windows

Requirements :

- [Docker](https://docs.docker.com/engine/install/) installed
- [Powershell](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows) installed

Use `coding-style.ps1`

### MacOS

Requirements :

- [Nix](https://github.com/DeterminateSystems/nix-installer) 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)