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

Add shellcheck to project and fix warnings #31

Closed
wants to merge 1 commit into from

Conversation

arthurbdiniz
Copy link
Contributor

Summary

This pull request integrates shellcheck into the project and fixes existing warnings to improve script quality.

Details

  • Added shellcheck as a dependency to lint the shell scripts, ensuring they follow best practices and are free of issues.
  • Updated the README.md to include instructions on how to install shellcheck and run it on the project’s shell scripts.
  • Modified the tests/tests.sh script to correct any warnings reported by shellcheck

Instructions for Testing

Install shellcheck:

  • On Debian-like systems: apt-get install shellcheck
  • On Fedora-like systems: dnf install shellcheck

Run shellcheck on wcurl and tests:

shellcheck wcurl ./tests/*

@arthurbdiniz
Copy link
Contributor Author

Move changes from this PR to #32

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.

1 participant