-
Notifications
You must be signed in to change notification settings - Fork 289
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
Comments
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
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 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
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:
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
The text was updated successfully, but these errors were encountered: