Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shell linting #374

Merged
merged 2 commits into from
Feb 2, 2017
Merged

Shell linting #374

merged 2 commits into from
Feb 2, 2017

Conversation

aahunter
Copy link
Contributor

@aahunter aahunter commented Feb 2, 2017

Linting docker-entrypoint.sh

@@ -137,21 +177,24 @@ function _django_fixtures {


function _runserver() {
echo "RUNSERVER_OPTS is ${RUNSERVER_OPTS}"
: "${RUNSERVER_OPTS=${RUNSERVER_CMD} 0.0.0.0:${RUNSERVERPORT} --settings=${DJANGO_SETTINGS_MODULE}}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this is more than linting as such, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing duplicate declarations of the same var can probably count as linting - this snippet doesn't really show that though. FWIW it wasn't identified by the linter as such.

@aahunter aahunter merged commit 60b9116 into next_release Feb 2, 2017
@aahunter aahunter deleted the shell-lint branch February 2, 2017 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants