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

Skip to content

Commit fd482c5

Browse files
committed
add codeclimate
1 parent 5ba381c commit fd482c5

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.codeclimate.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
engines:
3+
fixme:
4+
enabled: true
5+
markdownlint:
6+
enabled: true
7+
ratings:
8+
paths: []
9+
exclude_paths: []

Linux学习之路.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6998,8 +6998,6 @@ DESCRIPTION/
69986998

69996999
BODY/程序体
70007000

7001-
7002-
70037001
扩展:
70047002

70057003
1 ASSIGN SHELL/指定壳,如果不指定壳,默认使用Bourne SHELL,建议使用KSH

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Cnblogs
22

3+
[![Code Climate](https://codeclimate.com/github/jiangxincode/cnblogs/badges/gpa.svg)](https://codeclimate.com/github/jiangxincode/cnblogs)
4+
[![Issue Count](https://codeclimate.com/github/jiangxincode/cnblogs/badges/issue_count.svg)](https://codeclimate.com/github/jiangxincode/cnblogs)
5+
36
一些我平时会发表到cnblogs的文章,由于我的很多文章都是需要不断修改的,而cnblogs不具备历史内容查看以及备份功能,所以我需要借助github。平时会在github上写新文章或者修改原来的文章,每隔一段时间会同步到cnblogs上。之后我可能会写一个自动同步工具,但是现在还是依靠手动同步。
47

58
欢迎来到我的博客:

0 commit comments

Comments
 (0)