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: bump deps, fix lint errors #190

Merged
merged 1 commit into from
May 31, 2022
Merged

fix: bump deps, fix lint errors #190

merged 1 commit into from
May 31, 2022

Conversation

padamstx
Copy link
Member

PR summary

This commit includes the following changes:

  1. Some dependencies were bumped to newer versions
  2. The build will now lint-check integration tests and examples
  3. Changes to allow the int tests and examples to lint-check cleanly

PR Checklist

Please make sure that your PR fulfills the following requirements:

  • The commit message follows the Angular Commit Message Guidelines.
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Current vs new behavior

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@padamstx padamstx requested a review from pyrooka May 27, 2022 18:09
@padamstx padamstx self-assigned this May 27, 2022
This commit includes the following changes:
1. Some dependencies were bumped to newer versions
2. The build will now lint-check integration tests and examples
3. Changes to allow the int tests and examples to lint-check cleanly
@padamstx padamstx requested review from dpopp07 and removed request for pyrooka May 27, 2022 20:59
@@ -47,24 +48,25 @@ import (
// in a configuration file and then:
// export IBM_CREDENTIALS_FILE=<name of configuration file>
//
const externalConfigFile = "../case_management.env"
Copy link
Member Author

Choose a reason for hiding this comment

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

To satisfy the linter, I moved all these "global definitions" within examples and int tests into the outer-most Describe() block. That way there are not conflicts between the examples and int tests for a given service. These problems only started showing up after I changed the Makefile's "lint" target to include the build tags so that all source files (not just the service and unit tests) are now being lint-checked.

Copy link
Member

Choose a reason for hiding this comment

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

Sounds good! Are these changes that will need to be propagated to the generator?

Copy link
Member Author

Choose a reason for hiding this comment

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

Sounds good! Are these changes that will need to be propagated to the generator?

I opened this issue to make sure the Go generator is updated as needed.

Copy link
Member

@dpopp07 dpopp07 left a comment

Choose a reason for hiding this comment

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

Looks good! 👍

@@ -47,24 +48,25 @@ import (
// in a configuration file and then:
// export IBM_CREDENTIALS_FILE=<name of configuration file>
//
const externalConfigFile = "../case_management.env"
Copy link
Member

Choose a reason for hiding this comment

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

Sounds good! Are these changes that will need to be propagated to the generator?

@padamstx padamstx merged commit 073cdb2 into main May 31, 2022
@padamstx padamstx deleted the build-updates branch May 31, 2022 16:42
ibm-devx-sdk pushed a commit that referenced this pull request May 31, 2022
## [0.25.2](v0.25.1...v0.25.2) (2022-05-31)

### Bug Fixes

* bump deps, fix lint errors ([#190](#190)) ([073cdb2](073cdb2))
@ibm-devx-sdk
Copy link

🎉 This PR is included in version 0.25.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants