-
Notifications
You must be signed in to change notification settings - Fork 5
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
Implement use of linting rule set for Blockchain Public Address API #38
Comments
25/ENE/24: Being able to apply Linter. Next step is to check linter output and made adjustments in two directions:
|
LINTER RULES OUTPUT Run spectral lint code/API_definitions/blockchain_public_address.yaml --verbose --ruleset .spectral.yml /home/runner/work/BlockchainPublicAddress/BlockchainPublicAddress/code/API_definitions/blockchain_public_address.yaml |
Considerations/Feedback:
|
@rartych, any consideration in how to proceed with topics iv, v, and vi? |
Thanks @PedroDiez, my comments:
iii. was false positive - corrected in final version of linting rules |
After Linter execution with configuration as per: camaraproject/Commonalities@29e4e9d OutPut: Need to check output in detail: Seems False-Positive case (kebab-case checking) is working well, so fixed cc @rartych |
Regarding Errors:
cc @rartych |
Now Linter has good refinement. Pending errors are format related "ones" code/API_definitions/blockchain_public_address.yaml cc @rartych, @grgpapadopoulos I will generate new PR to fix them. Regarding the working of linter rules is fine for Blockchain Public Address |
Test with current specification after format updates and newest linter configuration from Commonalities |
After latest check: ❌ Linted [YAML] files with [yamllint]: Found 1 error(s) - (0.33s) (expand for details)
Need to check spec |
Problem description
Implement use of linting rule set for Blockchain Public Address API.
what we have to do is well documented in Commonalities:
camaraproject/Commonalities#110
camaraproject/Commonalities#74
Expected action
Check our API with linting rule set
provide feedback to commonalities team
Additional context
cc: @rartych who asked project volunteer to perform this action.
The text was updated successfully, but these errors were encountered: