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

improve syntax of scripts using linters #27

Open
root360-AndreasUlm opened this issue Nov 25, 2019 · 0 comments
Open

improve syntax of scripts using linters #27

root360-AndreasUlm opened this issue Nov 25, 2019 · 0 comments

Comments

@root360-AndreasUlm
Copy link

Hi,

I reviewed the scripts used by flan.
The linters of the used scripting languages report some issues which might also lead to unexpected behaviours.

As linters I used:

  • shellcheck for run.sh
  • pylint for *.py (ignoring missing-docstring & invalid-name)

I'll open PR for every script to fix the syntax.
That way linting could be added to a CI/CD job which is testing changes for new releases.

Regards,
Andreas

root360-AndreasUlm added a commit to root360/flan that referenced this issue Nov 25, 2019
Fixed issues reported by pylint as part of
cloudflare#27.

Signed-off-by: Andreas Ulm <[email protected]>
root360-AndreasUlm added a commit to root360/flan that referenced this issue Nov 25, 2019
root360-AndreasUlm added a commit to root360/flan that referenced this issue Nov 25, 2019
Fixed issues reported by pylint as part of
cloudflare#27.

Signed-off-by: Andreas Ulm <[email protected]>
root360-AndreasUlm added a commit to root360/flan that referenced this issue Nov 25, 2019
Fixed issues reported by shellcheck
(https://github.com/koalaman/shellcheck/wiki) to improve security and
POSIX shell interoperability.

(part of cloudflare#27)

Signed-off-by: Andreas Ulm <[email protected]>
root360-AndreasUlm added a commit to root360/flan that referenced this issue Nov 28, 2019
Fixed issues reported by pylint as part of
cloudflare#27.

Signed-off-by: Andreas Ulm <[email protected]>
root360-AndreasUlm added a commit to root360/flan that referenced this issue Mar 12, 2020
Fixed issues reported by shellcheck
(https://github.com/koalaman/shellcheck/wiki) to improve security and
POSIX shell interoperability.

(part of cloudflare#27)

Signed-off-by: Andreas Ulm <[email protected]>
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

No branches or pull requests

1 participant