
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Requires python3.8+ (3.8, 3.9, 3.10, 3.11)
Install using pip.
python3 -m pip install --upgrade pip setuptools
python3 -m pip install norminette
Install using pipx.
sudo apt update
sudo apt install python3-setuptools
sudo apt install pipx
pipx install norminette
pipx ensurepath
Install using a virtual environment.
python3 -m venv $HOME/.venv
source $HOME/.venv/bin/activate
python3 -m pip install --upgrade pip setuptools
python3 -m pip install norminette
echo "export PATH=\$PATH:$HOME/.venv/bin" >> $HOME/.${SHELL##/bin/}rc
deactivate
To upgrade an existing install, use
python3 -m pip install --upgrade norminette
norminette
norminette filename.[c/h]
norminette -d
norminette -dd
docker build -t norminette .
cd ~/42/ft_printf
docker run --rm -v $PWD:/code norminette
If you encounter an error or an incorrect output, you can:
Please try to include as much information as possible (the file on which it crashed, etc)
Feel free to do pull requests if you want to help as well. Make sure that run_test.sh properly runs after your modifications.
This new version uses poetry as a dependency manager.
If you want to contribute:
poetry install
# Run dev norminette
poetry run norminette
# Or... with virtual env
source .venv/bin/activate
norminette
# Run tests
poetry run pytest
Workflow example to check code with github action :
---
name: Norminette
on:
push:
jobs:
check-norminette:
name: Norminette
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Norminette
uses: 42School/norminette@<tag>
with:
args: '-RCheckForbiddenSourceHeader'
FAQs
Open source C files linter for 42 Network campuses
We found that norminette demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.