- Notifications
You must be signed in to change notification settings - Fork 46
chore: refactor SEP-10 #286
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
base: main
Are you sure you want to change the base?
Conversation
| 🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
6dd492a to 4363872 Compare 4363872 to 3a3d143 Compare Pull Request Test Coverage Report for Build 6271935013
💛 - Coveralls |
| @@ -0,0 +1,8 @@ | |||
| #!/usr/bin/env bash | |||
| set -euo pipefail | |||
| IFS=$'\n\t' | |||
Check warning
Code scanning / Semgrep
The special variable IFS affects how splitting takes place when expanding unquoted variables. Don't set it globally. Prefer a dedicated utility such as 'cut' or 'awk' if you need to split input data. If you must use 'read', set IFS locally using e.g. 'IFS="," read -a my_array'.
| | ||
| ## Contributing | ||
| | ||
| Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/stellar-ecosystem. |
Check notice
Code scanning / Remark-lint (reported by Codacy)
Warn when references to undefined definitions are found.
| | ||
| And then execute: | ||
| | ||
| $ bundle install |
Check notice
Code scanning / Remark-lint (reported by Codacy)
Warn when code blocks do not adhere to a given style.
| | ||
| Or install it yourself as: | ||
| | ||
| $ gem install stellar-ecosystem |
Check notice
Code scanning / Remark-lint (reported by Codacy)
Warn when code blocks do not adhere to a given style.
| | ||
| ## [0.1.0] - 2022-10-29 | ||
| | ||
| - Initial release |
Check notice
Code scanning / Remark-lint (reported by Codacy)
Warn when the spacing between a list item’s bullet and its content violates
| @@ -0,0 +1,5 @@ | |||
| ## [Unreleased] | |||
| | |||
| ## [0.1.0] - 2022-10-29 | |||
Check notice
Code scanning / Remark-lint (reported by Codacy)
Warn when references to undefined definitions are found.
| @@ -0,0 +1,5 @@ | |||
| ## [Unreleased] | |||
Check notice
Code scanning / Remark-lint (reported by Codacy)
Warn when references to undefined definitions are found.
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
No description provided.