mirror of https://github.com/zulip/zulip.git
b15063155c
In tools/setup/postgres-init-dev-db line 10: ROOT_POSTGRES="sudo -i -u "$DEFAULT_USER" psql" ^-- SC2027: The surrounding quotes actually unquote this. Remove or escape them. In tools/setup/postgres-init-dev-db line 46: echo 'ERROR: Try `sudo service postgresql start`?' ^-- SC2016: Expressions don't expand in single quotes, use double quotes for that. In tools/setup/postgres-init-dev-db line 64: PGPASS_ESCAPED_PREFIX="*:\*:\*:$USERNAME:" ^-- SC1117: Backslash is literal in "\*". Prefer explicit escaping: "\\*". ^-- SC1117: Backslash is literal in "\*". Prefer explicit escaping: "\\*". Signed-off-by: Anders Kaseorg <andersk@mit.edu> |
||
---|---|---|
.. | ||
emoji | ||
__init__.py | ||
build_pygments_data | ||
generate-custom-icon-webfont | ||
generate-fixtures | ||
generate-test-credentials | ||
generate_zulip_bots_static_files | ||
install-aws-server | ||
lang.json | ||
optimize-svg | ||
postgres-init-dev-db | ||
postgres-init-test-db | ||
setup_venvs.py |