lgutter / vscode-codam-norminette

Simple decorator that uses norminette and injects errors of norme in vscode !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codam Norminette for VSCode

This extension is a Norminette decorator for Codam in VSCode

Install

Launch Quick Open with +P and enter

ext install codam-norminette

If you want to integrate norminette+, check install instructions via https://github.com/thijsdejong/codam-norminette-plus

After installation, configure codam-norminette.command2 in VSCode to point to norminette+ (default python ~/norminette+/run.py)

Usage

If there are changes to the file, the norm is automatically checked on save

Configuration

{
  "codam-norminette.command": "norminette",
  "codam-norminette.command2": "",
  "codam-norminette.fileregex": "\\.[ch]$",
  "codam-norminette.fileregex2": "(\\.[c])|Makefile|makefile|GNUmakefile$"
}

Issues

To report a bug or ask for a feature, please open a Github issue

License

MIT

About

Simple decorator that uses norminette and injects errors of norme in vscode !


Languages

Language:TypeScript 100.0%