Fix all style issues in src/Cli/func#4380
Merged
liliankasem merged 13 commits intomainfrom Apr 28, 2025
Merged
Conversation
aishwaryabh
approved these changes
Apr 21, 2025
c5e58ca to
b85501a
Compare
* Fix license file in header * Fix style in Common/
b85501a to
0c9770f
Compare
soninaren
approved these changes
Apr 28, 2025
soninaren
approved these changes
Apr 28, 2025
satvu
approved these changes
Apr 28, 2025
aishwaryabh
added a commit
that referenced
this pull request
May 13, 2025
Fix style in coretoolhost Project (#4387) * coretoolhost style changes * corrections- coretoolshost style --------- Co-authored-by: v-vreyya <v-vreyya@DESKTOP-RT7L5HG> Fix all style issues in src/Cli/func (#4380) * Fix style in Common/ (#4370) * Fix style in Actions/ (part 1) (#4371) * Fix style in Actions/ (part 2) (#4372) * Fix style in Arm/ (#4373) * Fix style in Helpers/ (#4374) * Fix style in Exceptions/, Extensions/ and Interfaces/ (#4375) * Fix style in Telemetry/ (#4377) * Fix style in Models, ContainerApps, Diagnostics and misc (#4378) * Fix style in func root, broken tests, and errors in host (#4379) * Fix style in Kubernetes/ (#4376) Fixing official pipeline (#4394) Fix style in ArtifactAssembler project (#4386) * artifactAssemble style fixes * undo suppress GenerateDocumentationFile warning --------- Co-authored-by: v-vreyya <v-vreyya@DESKTOP-RT7L5HG> Adding `WorkerRuntime` traits to core tools `func start` E2E tests (#4393) updating template version to 4.0.5086 (#4397) Warnings as errors in CI (#4405) Updating release pipelines to have correct consolidatedBuildId and linux pipeline to consume new consolidated pipeline (#4410) Removing display name from pipeline (#4413) Add docker and docker-compose for local testing and validation (#4408) Suppress build.csproj warnings and CS0162 (#4411) Removing linux pipeline from core-tools.official build (#4415)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This work has been completed over several pull requests to fix style issues in the
src/Cli/funcdirectory.This PR contains all of the pre-reviewed and approved changes, and the final running version of src/Cli/func with all issues fixed, and green.
Partially resolves #4320