add-version script now updates the readme version examples correctly. #6
Annotations
10 errors and 1 warning
Casks/g/galasactl.rb#L12
Cask/Desc: Description is too long. It should be less than 80 characters. The current length is 93.
|
Casks/g/[email protected]#L12
Cask/Desc: Description is too long. It should be less than 80 characters. The current length is 93.
|
Casks/g/[email protected]#L12
Cask/Desc: Description is too long. It should be less than 80 characters. The current length is 93.
|
add-version.sh#L16
Use 'pushd ... || exit' or 'pushd ... || return' in case pushd fails.
|
add-version.sh#L16
Double quote to prevent globbing and word splitting.
|
add-version.sh#L16
Prefer putting braces around variable references even when not strictly required.
|
add-version.sh#L16
To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify).
|
add-version.sh#L16
Use 'popd ... || exit' or 'popd ... || return' in case popd fails.
|
add-version.sh#L16
To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify).
|
add-version.sh#L18
Declare and assign separately to avoid masking return values.
|
|
This job failed
Loading