Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Comments

Report formatted files and counts based based on reported issues.#776

Merged
JoeRobich merged 2 commits intodotnet:masterfrom
JoeRobich:fix-error-check
Sep 8, 2020
Merged

Report formatted files and counts based based on reported issues.#776
JoeRobich merged 2 commits intodotnet:masterfrom
JoeRobich:fix-error-check

Conversation

@JoeRobich
Copy link
Member

Resolves #770

logger.LogInformation(Resources.Formatted_code_file_0, changedDocument.FilePath);
filesFormatted++;
}
logger.LogInformation(Resources.Formatted_code_file_0, documnentWithError!.FilePath);
Copy link
Member Author

Choose a reason for hiding this comment

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

Log changes based on the same data we write our report with.

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.

The --check option returns a zero exit code if it can't fix an issue

2 participants