tiddly-gittly / git-sync-js

JS implementation for Git-Sync, a script that backup notes in git repo to the remote.
https://tiddly-gittly.github.io/git-sync-js/
MIT License
16 stars 1 forks source link

Feat/dugite #2

Closed linonetwo closed 3 years ago

ghost commented 3 years ago

DeepCode's analysis on #8cea9a found:

Description Example fixes
The property no-use-before-define was previously set at no-use-before-define. Occurrences: :wrench: Example fixes
The usage of regex in replace will change only the first match. Consider using a regular expression with the global replacement flag (/g) to replace all occurrences. Occurrences: :wrench: Example fixes

👉 View analysis in DeepCode’s Dashboard | Configure the bot