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

Fix schema warnings from Ajv #73

Merged
merged 6 commits into from
Jan 19, 2022
Merged

Conversation

jakejscott
Copy link
Contributor

@jakejscott jakejscott commented Jan 13, 2022

With the upgrade to the latest version of Ajv it logs warnings about invalid schema. This PR fixes those warnings

Issue: #74

@coveralls
Copy link

coveralls commented Jan 13, 2022

Coverage Status

Coverage remained the same at 100.0% when pulling 6fcf38f on jakejscott:feat/fix-readme into 8a4e27e on fourTheorem:main.

@jakejscott jakejscott changed the title Fix docs for States Fix schema warnings from Ajv Jan 16, 2022
@jakejscott
Copy link
Contributor Author

Hey @eoinsha sorry to be a pain, but any chance you could look at this one? 🙌

README.md Outdated Show resolved Hide resolved
@@ -71,13 +71,15 @@ const commonAlarmProperties = {
const alarmSchemas = {}
for (const service of Object.keys(supportedAlarms)) {
alarmSchemas[service] = {
type: 'object',
Copy link
Contributor

Choose a reason for hiding this comment

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

Makes sense to include these!

serverless-plugin/default-config.yaml Outdated Show resolved Hide resolved
@jakejscott
Copy link
Contributor Author

@eoinsha I've cleaned up the PR :)

Copy link
Contributor

@eoinsha eoinsha left a comment

Choose a reason for hiding this comment

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

Great, thanks @jakejscott !

@eoinsha eoinsha merged commit b6e17aa into fourTheorem:main Jan 19, 2022
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.

None yet

3 participants