Skip to content

Commit

Permalink
config alignement
Browse files Browse the repository at this point in the history
- overall config alignment with bash-dev-env and
  bash-tools-framework 4.0.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 4.0.0
- upgradeGithubRelease - removed argument
  --minimal-version
- make megalinter lint all codebase
- cancel previous build if several pushes
- cspell - remove global dictionaries config key
  and adapt cspell rules accordingly
- dbImport/dbImportStream/dbQueryAllDatabases
  check for requirements compliant in --version
  and --help options
- fix UTs with Retry attempts set to 1
- stabilized unit tests
- bin/doc
  - removed Docker::runBuildContainer dependency
- replaced technote-space/workflow-conclusion-action@v3
  by AbsoLouie/[email protected]
  • Loading branch information
fchastanet committed May 8, 2024
1 parent afaf3ed commit 951c11a
Show file tree
Hide file tree
Showing 100 changed files with 11,857 additions and 10,151 deletions.
119 changes: 0 additions & 119 deletions .cspell.json

This file was deleted.

190 changes: 98 additions & 92 deletions .cspell/bash.txt
Original file line number Diff line number Diff line change
@@ -1,124 +1,130 @@
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
EPOCHREALTIME
EPOCHSECONDS
EXIT
exitcode
extglob
Facadesh
fgrep
fmask
gensub
getline
getopt
gpgsign
gsub
HISTFILE
hlocalhost
HOME
HOSTIP
hqbj
HUP
IBUS
inlines
installdir
installfile
installsh
INT
ISBUSY
keychain
KHTML
killall
lastpipe
lastpipe
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
testsuites
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
3 changes: 3 additions & 0 deletions .cspell/codespellrc-dic.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
adpat -> adapt
fileTest -> fileTest
tst -> test
1 change: 1 addition & 0 deletions .cspell/codespellrc-ignore.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
softwares
Loading

0 comments on commit 951c11a

Please sign in to comment.