-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add lint rules #202
Add lint rules #202
Conversation
- Fixed no-shadow issues to match the version from the controller
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make more changes within a single PR?
I guess I could've split this into the ppaas code vs the guide code. It still would've been the same files just split into two, but it was mostly changing the |
* Bump mio from 0.8.10 to 0.8.11 (#200) Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11. - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](tokio-rs/mio@v0.8.10...v0.8.11) --- updated-dependencies: - dependency-name: mio dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add lint rules (#202) * Fixed duplicate build:agent in build command * Added additional lint spacing rules * Fixed common, agent, and controller code for the new lint rules * Added spacing and no-shadow lint rules to the guide results viewer * Fixed lint issues in the guide - Fixed no-shadow issues to match the version from the controller --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The only "code" changes are in the guide results-viewer so there are no integration testing needed. I manually tested the UI to confirm it is still working. The controller, common, and agent changes are spacing only so no tests other than unittests needed.