You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: errors.en
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,6 @@ variables_defaults_old_style Prefer condensed version for setting default values
38
38
variables_order Order of variables incorrect Order of the variables should be setting defaults then setting other variables
39
39
40
40
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
42
41
43
42
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
44
43
run_rc_quoted Quoted argument to run_rc_command No need to quote the argument to run_rc_command
0 commit comments