-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: Use common contraction "you're" (#573)
As per the Microsoft Style Guide: https://docs.microsoft.com/en-us/style-guide/word-choice/use-contractions
- Loading branch information
Showing
17 changed files
with
29 additions
and
27 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ If you need to make any changes to the emails showing in Codacy, you will need t | |
|
||
If the changes are still not reflected in Codacy, go to your [access management](https://app.codacy.com/account/access-management) page and revoke the relevant Git provider or Google integration. After that, please log out and back into Codacy with that provider. | ||
|
||
If you are still having trouble changing your email addresses or have any other question regarding this, please contact us at <mailto:[email protected]>. | ||
If you're still having trouble changing your email addresses or have any other questions regarding this, please contact us at <mailto:[email protected]>. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,14 @@ | |
|
||
If you don't see your organization when [adding your organization on Codacy](../../organizations/what-are-synced-organizations.md#adding-an-organization), try the following steps: | ||
|
||
1. Make sure you have access to the organization with the account you are logged in. | ||
2. **If you're using GitHub Apps,** [install and authorize Codacy on your organization](https://github.com/apps/codacy-production/installations/new). | ||
3. Refresh the list of organizations on Codacy by clicking **refresh this list** on the Organizations page: | ||
1. Make sure you have access to the organization with the account you're logged in. | ||
|
||
1. **If you're using GitHub Apps,** [install and authorize Codacy on your organization](https://github.com/apps/codacy-production/installations/new). | ||
|
||
1. Refresh the list of organizations on Codacy by clicking **refresh this list** on the Organizations page: | ||
|
||
![Refresh the list of organizations](images/organization-refresh-list.png) | ||
|
||
4. Revoke Codacy's OAuth application on the Git provider website and log in again to Codacy. | ||
1. Revoke Codacy's OAuth application on the Git provider website and log in again to Codacy. | ||
|
||
If these steps don't solve the issue, please contact us at <mailto:[email protected]>. |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ When this happens, Codacy doesn't display code duplication metrics for the affec | |
|
||
![Analysis logs for a commit](images/duplication-logs.png) | ||
|
||
As a workaround, if you are exceeding the maximum number of source code files: | ||
As a workaround, if you're exceeding the maximum number of source code files: | ||
|
||
1. We recommend that you use a [Codacy configuration file](../../repositories-configure/codacy-configuration-file.md) to exclude source code files of the affected language from your project to decrease the number of files to be analyzed. | ||
|
||
|
@@ -28,10 +28,10 @@ As a workaround, if you are exceeding the maximum number of source code files: | |
|
||
If the analysis finishes but the code duplication metric wasn't calculated, follow the next steps: | ||
|
||
- **If you are using Codacy Self-hosted**, open the **Admin panel**, **Repositories**, select the repository, tab **Settings**, and reset the code duplication analysis in **Duplication settings**. Then, reanalyze the last commit in the repository so that Codacy runs the code duplication analysis. | ||
- **If you're using Codacy Self-hosted**, open the **Admin panel**, **Repositories**, select the repository, tab **Settings**, and reset the code duplication analysis in **Duplication settings**. Then, reanalyze the last commit in the repository so that Codacy runs the code duplication analysis. | ||
|
||
![Resetting the failed duplication analysis](images/duplication-metrics-reset.png) | ||
|
||
- **If you are [analyzing your repository locally](../../related-tools/local-analysis/running-local-analysis.md)** with the Codacy Analysis CLI, consider using the flag `--tool-timeout` to specify a larger timeout for the execution of the tool. | ||
- **If you're [analyzing your repository locally](../../related-tools/local-analysis/running-local-analysis.md)** with the Codacy Analysis CLI, consider using the flag `--tool-timeout` to specify a larger timeout for the execution of the tool. | ||
|
||
- **If you are using Codacy Cloud** or if the steps above didn't solve the issue, please contact us at <mailto:[email protected]>. | ||
- **If you're using Codacy Cloud** or if the steps above didn't solve the issue, please contact us at <mailto:[email protected]>. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
Have you added your repository manually (via URL)? In that case, Codacy won't allow the integration to be added, causing the issue with post-commit hooks. To get this sorted, you will have to remove your repository and re-add it via our wizard page. | ||
|
||
If you are still unable to configure the integration, please contact us at <mailto:[email protected]>. | ||
If you're still unable to configure the integration, please contact us at <mailto:[email protected]>. |
This file contains 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
2 changes: 1 addition & 1 deletion
2
...anizations/manual-organizations/share-your-repository-with-a-non-codacy-user.md
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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