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

refactor: init parse, lint and validate functions #487

Merged

Conversation

magicmatatjahu
Copy link
Member

@magicmatatjahu magicmatatjahu commented Mar 9, 2022

Description

  • add parse function:
    • init function's logic
    • add needed types
    • add relevant unit tests - simple, in next PRs I will add more complex cases
  • Add lint function:
    • init function's logic
    • add needed types
    • add relevant unit tests - simple, in next PRs I will add more complex cases
  • Add validate function:
    • init function's logic
    • add needed types
    • add relevant unit tests - simple, in next PRs I will add more complex cases
    • base validation on spectral 🚀

NOTE: lint and validate differ in that lint only returns errors, while validate also returns (or not, based on passed options) a validated object.

Related issue(s)
Part of #482

@sonarcloud
Copy link

sonarcloud bot commented Mar 9, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Member

@smoya smoya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@magicmatatjahu
Copy link
Member Author

/rtm

@asyncapi-bot asyncapi-bot merged commit 136a632 into asyncapi:next-major Mar 9, 2022
@magicmatatjahu magicmatatjahu deleted the next/init-parse-function branch March 9, 2022 17:05
magicmatatjahu added a commit to magicmatatjahu/parser-js that referenced this pull request Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ready-to-merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants