Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Epitech/coding-style-checker
https://github.com/Epitech/coding-style-checker
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Epitech/coding-style-checker
- Owner: Epitech
- Created: 2022-07-26T13:59:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T06:58:07.000Z (6 months ago)
- Last Synced: 2024-08-27T08:08:41.933Z (6 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 22
- Watchers: 5
- Forks: 45
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-epitech - Banana split - Retextured version of the official coding style checker. (Epitech Tools / Language related)
- awesome-epitech - Coding style checker - Official coding style checker made by Epitech. (Epitech Tools / Language related)
README
## Scripts to generate coding style reports
### Linux
Requirement :
- [Docker](https://docs.docker.com/engine/install/) installed
- [Curl](https://curl.se/download.html) installedUse `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) installedUse `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)