Skip to content

Commit 093320a

Browse files
committed
refactor(chore): add feature and test files
1 parent 30ecd9c commit 093320a

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111

1212

13+
## Features
14+
15+
![feature](feature.png)
16+
17+
18+
1319
## Prerequisites
1420

1521
- Python >= 3.7.0
@@ -19,7 +25,7 @@
1925
## Run
2026

2127
```bash
22-
python3 cpplint.py checks/loopcheck.cpp
28+
python3 cpplint.py sample/loop.cpp
2329
```
2430

2531

cpplint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# if empty, use defaults
6767
_valid_extensions = set([])
6868

69-
__VERSION__ = '1.7.0'
69+
__VERSION__ = '1.0.0'
7070

7171
try:
7272
xrange # Python 2

feature.png

29.3 KB
Loading
File renamed without changes.

0 commit comments

Comments
 (0)