Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dalexhd/42-norminette
- Owner: dalexhd
- Created: 2020-08-29T18:06:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T09:51:19.000Z (over 3 years ago)
- Last Synced: 2024-11-14T17:39:27.730Z (2 months ago)
- Language: TypeScript
- Size: 1.2 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-42 - source code
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