albertyw/base-flask

View on GitHub

Showing 10 of 10 total issues

Not following: .env: openFile: does not exist (No such file or directory)
Open

source .env
Severity: Minor
Found in bin/deploy.sh by shellcheck

Not following: (error message here)

Reasons include: file not found, no permissions, not included on the command line, not allowing shellcheck to follow files with -x, etc.

Problematic code:

source somefile

Correct code:

# shellcheck disable=SC1091
source somefile

Rationale:

ShellCheck, for whichever reason, is not able to access the source file.

This could be because you did not include it on the command line, did not use shellcheck -x to allow following other files, don't have permissions or a variety of other problems.

Feel free to ignore the error with a [[directive]].

Exceptions:

If you're fine with it, ignore the message with a [[directive]].

Notice

Original content from the ShellCheck https://github.com/koalaman/shellcheck/wiki.

Not following: .env: openFile: does not exist (No such file or directory)
Open

source .env
Severity: Minor
Found in bin/healthcheck.sh by shellcheck

Not following: (error message here)

Reasons include: file not found, no permissions, not included on the command line, not allowing shellcheck to follow files with -x, etc.

Problematic code:

source somefile

Correct code:

# shellcheck disable=SC1091
source somefile

Rationale:

ShellCheck, for whichever reason, is not able to access the source file.

This could be because you did not include it on the command line, did not use shellcheck -x to allow following other files, don't have permissions or a variety of other problems.

Feel free to ignore the error with a [[directive]].

Exceptions:

If you're fine with it, ignore the message with a [[directive]].

Notice

Original content from the ShellCheck https://github.com/koalaman/shellcheck/wiki.

TODO found
Open

    <meta name="twitter:description" content="{# TODO #}">
Severity: Minor
Found in app/templates/includes/base.htm by fixme

TODO found
Open

    <meta property="og:description" content="{# TODO #}">
Severity: Minor
Found in app/templates/includes/base.htm by fixme

TODO found
Open

    <meta name="twitter:title" content="{# TODO #}">
Severity: Minor
Found in app/templates/includes/base.htm by fixme

TODO found
Open

    <meta property="og:url" content="{# TODO #}">
Severity: Minor
Found in app/templates/includes/base.htm by fixme

TODO found
Open

    <meta property="og:image" content="{# TODO #}/static/img/favicon/android-chrome-512x512.png">
Severity: Minor
Found in app/templates/includes/base.htm by fixme

TODO found
Open

    <meta property="og:title" content="{# TODO #}">
Severity: Minor
Found in app/templates/includes/base.htm by fixme

TODO found
Open

    <meta name="twitter:image" content="{# TODO #}/static/img/favicon/android-chrome-512x512.png">
Severity: Minor
Found in app/templates/includes/base.htm by fixme

TODO found
Open

    <meta property="twitter:url" content="{# TODO #}">
Severity: Minor
Found in app/templates/includes/base.htm by fixme
Severity
Category
Status
Source
Language