Skip to content

Commit 1b59f36

Browse files
authored
Stop checking for pointless quotes
1 parent 101dc60 commit 1b59f36

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

errors.en

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ variables_defaults_old_style Prefer condensed version for setting default values
3838
variables_order Order of variables incorrect Order of the variables should be setting defaults then setting other variables
3939

4040
value_empty Empty variable assignment There is almost never a need to assign an empty value to a variable; sh does not require initialisation. This line can almost certainly be removed
41-
value_quoted Do not quote values unless necessary Unless there are spaces in the value, quotes are unnecessary. With the syntax ${variable=value}, value can even contain spaces and does not need quoting
4241

4342
run_rc_followed run_rc_command line is not the last line in the file Do not write anything after the run_rc_command line
4443
run_rc_quoted Quoted argument to run_rc_command No need to quote the argument to run_rc_command

0 commit comments

Comments
 (0)