Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dalexhd/42-norminette

This extension will inject norm errors inside your code.
https://github.com/dalexhd/42-norminette

Last synced: 2 months ago
JSON representation

This extension will inject norm errors inside your code.

Awesome Lists containing this project

README

        

# 42 Norminette Checker

This extension will inject norm errors inside your code.

NOTE: In order to have the compatibility with V2 Norminette, you need to use a version > 4.0.0

![demo image](demo.gif)

## Configuration

```ts
{
"42norminette.command": string, // Default: 'norminette'.
"42norminette.showErrors": string // Default: 'all'. ['all', 'one']
"42norminette.trace.server": string, // Default: 'messages'. ['messages', 'off', 'verbose']
}
```

## Issues

In case of a bug, or missing feature, please create a [Github Pull Request](https://github.com/dalexhd/42-norminette/pulls).

## License

MIT