From dc22497b7bf4e9b83ca282b7df41e98431e25c54 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 30 Jul 2025 10:28:47 +0200 Subject: [PATCH] README.md: sync with master --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index bc8dbda50f..5b6f03d2e6 100644 --- a/README.md +++ b/README.md @@ -108,10 +108,6 @@ make style Run the PSR12 and PEP8 style checks on MVC PHP code and Python, respectively. -For php code you will need to have `phpcs` and `phpcbf` installed. - -You can use the package `php-codesniffer` on Debian/Ubuntu. -Python code will require `pycodestyle`. For easier development you may want to use an OPNsense VM and install the `os-debug` plugin that will offer the necessary tools. @@ -119,4 +115,4 @@ the `os-debug` plugin that will offer the necessary tools. make sweep ---------- -Run Linux Kernel cleanfile whitespace sanitiser on all files. +Run several automatic sanitizers on the code base.