-
Notifications
You must be signed in to change notification settings - Fork 35
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
Task/78 add warning not to put git repos into onedrive folder #393
Closed
tuliodnw
wants to merge
9
commits into
main
from
78-Add-warning-not-to-put-git-repos-into-onedrive-folder
Closed
Task/78 add warning not to put git repos into onedrive folder #393
tuliodnw
wants to merge
9
commits into
main
from
78-Add-warning-not-to-put-git-repos-into-onedrive-folder
Conversation
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
Bumps [npm-check](https://github.com/dylang/npm-check) from 5.9.2 to 6.0.1. - [Release notes](https://github.com/dylang/npm-check/releases) - [Commits](dylang/npm-check@v5.9.2...v6.0.1) --- updated-dependencies: - dependency-name: npm-check dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…p/npm-check-6.0.1 Bump npm-check from 5.9.2 to 6.0.1
Bumps [prettier-plugin-sql](https://github.com/un-ts/prettier) from 0.8.3 to 0.10.0. - [Release notes](https://github.com/un-ts/prettier/releases) - [Changelog](https://github.com/un-ts/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/un-ts/prettier/compare/prettier-plugin-sql@0.8.3...prettier-plugin-sql@0.10.0) --- updated-dependencies: - dependency-name: prettier-plugin-sql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.0.5 to 10.1.0. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md) - [Commits](lo1tuma/eslint-plugin-mocha@10.0.5...10.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…p/prettier-plugin-sql-0.10.0 Bump prettier-plugin-sql from 0.8.3 to 0.10.0
…p/eslint-plugin-mocha-10.1.0 Bump eslint-plugin-mocha from 10.0.5 to 10.1.0
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 43.0.0 to 43.0.2. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v43.0.0...v43.0.2) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…p/eslint-plugin-unicorn-43.0.2 Bump eslint-plugin-unicorn from 43.0.0 to 43.0.2
… git repo contains words found on cloud services
Tried path.resolve? That's part of nodejs and hence not an additional dependency https://stackoverflow.com/a/42600768 Also, I think there was __dirname? |
|
6 tasks
JoernBerkefeld
deleted the
78-Add-warning-not-to-put-git-repos-into-onedrive-folder
branch
August 1, 2023 09:51
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.
PR details
What is the purpose of this pull request? (put an "X" next to an item)
Please delete options that are not relevant.
What changes did you make? (Give an overview)
there is no easy way to see if folder is being backed up,
i retrieve the absolute path to the git repo and then scan the path for words used in the cloud services('onedrive','google drive'...), in case a word is found a warning is presented to the user
Checklist