From 82ed9f9407bbeefcac80a56898ea73916b55fd6e Mon Sep 17 00:00:00 2001 From: Wireghoul Date: Fri, 19 Jun 2020 15:06:10 +1000 Subject: [PATCH] Version 2.6 --- Changelog | 13 +++++++++++++ graudit | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 19ea93a..5ad2275 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,16 @@ +2.6 2020 Jun 19 + Fixed carriage return tolerance in graudit + Added basic scala rules + Updated Java rules + QoL tweaks to Nim rules + dotnet fruit rules + dotnet rules overhauled + Added more unit tests + Updated PHP rules + Improved PHP stream rules + Fixed bug for PHP stream rules + Fixed bug when listing databases in empty directories + 2.5 2020 May 08 Default ruleset is now generated from languages Retired rough rules diff --git a/graudit b/graudit index 5b24501..9149dc7 100755 --- a/graudit +++ b/graudit @@ -4,7 +4,7 @@ # Released under the GPL licence set -e set -o pipefail -VERSION='2.5' +VERSION='2.6' basedir=$(dirname "$0") BINFILE=$(which grep) @@ -43,7 +43,7 @@ banner() { \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool - v2.5 written by @Wireghoul + v2.6 written by @Wireghoul =================================[justanotherhacker.com]===' fi }