epitech-norm-checker
A package to show you what parts of your code isn't Epitech's norm compliant.
matthieukern 1,422 0 0.3.1 MIT GitHub

epitech-norm package

By Matthieu Kern

Disclaimer

This package is still a work in progress. Some bugs could remain and there are some norm errors that aren't detected yet. If you find a bug, don't hesitate to create an issue on GitHub or to write a pull request !

Use

  • To check the norm, you can use the epitech-norm:checkNorm command. All errors aren't detected yet.
  • If the corresponding config is set, the plugin will automatically check the norm on C source files.
  • The errors are underlined in blue.

Config

  • Auto Check Norm: Auto activate the norm linter. Warning, this option could slow down your editor, some optimizations are still necessary.

Todo

  • Detect missing norm errors on .c source files.
  • Detect errors on .h source files.
  • Adapt the plugin to Makefiles.