https://github.com/gabrielravier/epitechnormhelpers
Collection of tools to help with complying with Epitech norm rules
https://github.com/gabrielravier/epitechnormhelpers
Last synced: over 1 year ago
JSON representation
Collection of tools to help with complying with Epitech norm rules
- Host: GitHub
- URL: https://github.com/gabrielravier/epitechnormhelpers
- Owner: GabrielRavier
- Created: 2020-04-12T22:03:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T10:28:06.000Z (almost 6 years ago)
- Last Synced: 2025-02-13T09:26:30.587Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 673 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/GPL-3.0
Awesome Lists containing this project
README
## EpitechNormHelpers
This repository contains tools, documentation and files to help obey the coding norms of the Epitech
## Documentation
The doc directory contains documentation on the coding norm. epitech_c_coding_style is the pdf of the rules. RulesToHelper is notes on how to port the rules from the pdf to epitech-norm-tool
## Files for utilities
The util-files directory contains files to help using external utilities to conform to the norm. .clang-format and .clang-tidy are files to be used with `clang-format` and `clang-tidy` for formatting and checking projects. gnu-warnings.txt contains informations on how to do certain checks directly with GNU-like compilers such as GCC or Clang.
## Epitech Norm Tool
This is a helper tool, written in C++. See epitech-norm-tool/README.md