-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- overall config alignment with bash-dev-env and bash-tools-framework 3.2.0 - refactored github workflow with 3 separated jobs - use plain docker instructions in lint-test.yml instead of relying on bin/test script - added test.sh script - recompiled all binaries using bash-tools-framework 3.2.0 - fix UTs with Retry attempts set to 1 - upgradeGithubRelease - removed argument --minimal-version - make megalinter lint all codebase - cancel previous build if several pushes
- Loading branch information
1 parent
afaf3ed
commit 8a6426c
Showing
89 changed files
with
11,183 additions
and
9,725 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,124 +1,124 @@ | ||
ABRT | ||
ABRT | ||
addgroup | ||
asort | ||
AUTOCOMMIT | ||
autojump | ||
autoload | ||
autoupdate | ||
auwm | ||
bashism | ||
bindkey | ||
BUSYTIMEFLAG | ||
canonicalize | ||
CDPATH | ||
Chastanet | ||
chgrp | ||
cntrl | ||
compinit | ||
compinstall | ||
CONV | ||
cvzf | ||
Datash | ||
datetime | ||
DELIMS | ||
deps | ||
Deps | ||
dhclient | ||
DISTRO | ||
distutils | ||
DOCKERHUB | ||
dotglob | ||
envsubst | ||
EXIT | ||
exitcode | ||
extglob | ||
Facadesh | ||
fgrep | ||
fmask | ||
gensub | ||
getline | ||
getopt | ||
gsub | ||
HISTFILE | ||
hlocalhost | ||
HOME | ||
HOSTIP | ||
hqbj | ||
HUP | ||
IBUS | ||
inlines | ||
installdir | ||
installfile | ||
installsh | ||
INT | ||
ISBUSY | ||
keychain | ||
KHTML | ||
killall | ||
libkrb | ||
libloadandcheckconfigsh | ||
loadandcheckconfig | ||
loadprofile | ||
LOCALAPPDATA | ||
maxdepth | ||
mindepth | ||
mkdir | ||
mktemp | ||
MPFR | ||
MYPRUNEPATHS | ||
newuser | ||
noargs | ||
nohup | ||
noninteractive | ||
NONINTERACTIVE | ||
nullglob | ||
onbuild | ||
PATHCONV | ||
pgrep | ||
ppassword | ||
proot | ||
Pubkey | ||
pykerberos | ||
readlink | ||
fmask | ||
realpath | ||
Referer | ||
strfile | ||
USERGROUP | ||
USERGROUPID | ||
USERHOME | ||
HOME | ||
USERID | ||
USERPROFILE | ||
Struct | ||
SYMFONY | ||
fgrep | ||
HUP | ||
bashism | ||
killall | ||
CDPATH | ||
Pubkey | ||
cntrl | ||
newuser | ||
HISTFILE | ||
regextype | ||
SAVEHIST | ||
Scrasnups | ||
Scriptsh | ||
setopt | ||
unsetopt | ||
bindkey | ||
compinstall | ||
compinit | ||
zstyle | ||
autoload | ||
strftime | ||
textmate | ||
autojump | ||
pgrep | ||
keychain | ||
libkrb | ||
pykerberos | ||
distutils | ||
libloadandcheckconfigsh | ||
loadandcheckconfig | ||
loadprofile | ||
installfile | ||
installdir | ||
setupsh | ||
xdebug | ||
xdebugini | ||
wslprofile | ||
undelete | ||
EXIT | ||
INT | ||
TERM | ||
ABRT | ||
autoupdate | ||
auwm | ||
chgrp | ||
nohup | ||
DOCKERHUB | ||
PATHCONV | ||
CONV | ||
uroot | ||
proot | ||
envsubst | ||
regextype | ||
gsub | ||
willywonka | ||
onbuild | ||
TMPDIR | ||
SIGINT | ||
sigpipe | ||
SIGUSR | ||
inlines | ||
strfile | ||
strftime | ||
Struct | ||
substr | ||
SYMFONY | ||
TERM | ||
textmate | ||
TIMEFORMAT | ||
AUTOCOMMIT | ||
zcat | ||
getline | ||
tolower | ||
varchar | ||
asort | ||
ISBUSY | ||
SIGINT | ||
BUSYTIMEFLAG | ||
hqbj | ||
TMDIR | ||
substr | ||
TMPDIR | ||
tolower | ||
undelete | ||
unsetopt | ||
unstub | ||
cvzf | ||
sigpipe | ||
WORKDIR | ||
uroot | ||
userdel | ||
addgroup | ||
MPFR | ||
canonicalize | ||
Chastanet | ||
Scrasnups | ||
datetime | ||
gensub | ||
hlocalhost | ||
USERGROUP | ||
USERGROUPID | ||
USERHOME | ||
USERID | ||
USERPROFILE | ||
uuser | ||
ppassword | ||
DELIMS | ||
Facadesh | ||
Scriptsh | ||
noargs | ||
exitcode | ||
Datash | ||
installsh | ||
varchar | ||
willywonka | ||
WORKDIR | ||
wslprofile | ||
xdebug | ||
xdebugini | ||
zcat | ||
zstyle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
fileTest -> fileTest | ||
tst -> test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
softwares |
Oops, something went wrong.