Skip to content

Commit

Permalink
Version 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wireghoul committed Jun 19, 2020
1 parent a0cca31 commit 82ed9f9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions graudit
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -43,7 +43,7 @@ banner() {
\___ /|__| (____ /____/\____ | |__||__|
/_____/ \/ \/
grep rough audit - static analysis tool
v2.5 written by @Wireghoul
v2.6 written by @Wireghoul
=================================[justanotherhacker.com]==='
fi
}
Expand Down

0 comments on commit 82ed9f9

Please # to comment.