short-d/short

View on GitHub

Showing 126 of 307 total issues

Line length
Open

| Principal | Description |
Severity: Info
Found in README.md by markdownlint

Line length
Open

| [The Common Closure Principle](https://api.short-d.com/r/ccp) | Classes that change together are packaged together. |
Severity: Info
Found in README.md by markdownlint

Line length
Open

1. Replace the value of `GITHUB_CLIENT_SECRET` in `backend/.env` file with `Client Secret`.
Severity: Info
Found in doc/sso/GITHUB.md by markdownlint

Double quote to prevent globbing and word splitting.
Open

timeout $WAITFORIT_BUSYTIMEFLAG $WAITFORIT_TIMEOUT $0 --quiet --child --host=$WAITFORIT_HOST --port=$WAITFORIT_PORT --timeout=$WAITFORIT_TIMEOUT &
Severity: Minor
Found in backend/scripts/wait-for-it by shellcheck

Use single quotes, otherwise this expands now rather than when signalled.
Open

trap "kill -INT -$WAITFORIT_PID" INT
Severity: Minor
Found in backend/scripts/wait-for-it by shellcheck

Expanding an array without an index only gives the first element.
Open

if [[ $WAITFORIT_CLI != "" ]]; then
Severity: Minor
Found in backend/scripts/wait-for-it by shellcheck
Severity
Category
Status
Source
Language