Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Aug 22, 2023
1 parent 74b1550 commit ec1f028
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .wordlist-md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ KieApp
Koku
KokuMetricsConfig
Kubernetes
Kubeturbo
Kyverno
LDAP
Lifecycle
Expand Down Expand Up @@ -86,6 +87,7 @@ TODO
TaskRun
Tekton
Thanos
Turbonomic
UI
VolSync
Workspaces
Expand Down
2 changes: 1 addition & 1 deletion scripts/sort-wordlist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORDLIST=.wordlist-md
if [ -e ${TEMP_WORDLIST} ] ; then
rm ${TEMP_WORDLIST}
fi
cat .wordlist-md | LC_COLLATE=C sort -u > ${TEMP_WORDLIST}
LC_COLLATE=C sort -u < .wordlist-md > ${TEMP_WORDLIST}

if [ -e ${WORDLIST} ] ; then
rm ${WORDLIST}
Expand Down

0 comments on commit ec1f028

Please sign in to comment.