Skip to content

Commit 6d58d05

Browse files
authored
Added codefactor badge
1 parent 5df9873 commit 6d58d05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
[![codecov](https://codecov.io/gh/JohnstonCode/svn-scm/branch/master/graph/badge.svg)](https://codecov.io/gh/JohnstonCode/svn-scm)
1515
[![Known Vulnerabilities](https://snyk.io/test/github/JohnstonCode/svn-scm/badge.svg)](https://snyk.io/test/github/JohnstonCode/svn-scm)
1616

17+
[![CodeFactor](https://www.codefactor.io/repository/github/johnstoncode/svn-scm/badge)](https://www.codefactor.io/repository/github/johnstoncode/svn-scm)
18+
1719
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/JohnstonCode/svn-scm.svg)](https://isitmaintained.com/project/JohnstonCode/svn-scm "Average time to resolve an issue")
1820
[![Percentage of issues still open](https://isitmaintained.com/badge/open/JohnstonCode/svn-scm.svg)](https://isitmaintained.com/project/JohnstonCode/svn-scm "Percentage of issues still open")
1921

@@ -108,4 +110,4 @@ Example:
108110
|`svn.update.ignoreExternals`|Set to ignore externals definitions on update (add --ignore-externals)|`true`|
109111
|`svn.default.encoding`|Encoding of svn output if the output is not utf-8. When this parameter is null, the encoding is automatically detected. Example: 'windows-1252'.|`null`|
110112
|`svn.showUpdateMessage`|Show the update message when update is run|`true`|
111-
|`svn.newCommits.checkFrequency`|Set the interval in seconds to check new commits on remote repository and show in statusbar. 0 to disable|`300`|
113+
|`svn.newCommits.checkFrequency`|Set the interval in seconds to check new commits on remote repository and show in statusbar. 0 to disable|`300`|

0 commit comments

Comments
 (0)