File tree 3 files changed +4
-2
lines changed
src/main/resources/META-INF
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ Please note
36
36
Change log
37
37
==========
38
38
39
+ - 2019.1.1 Fix issue #27 (Can't find highlight display level: WEAK_WARNING)
40
+ - 2019.1 Compatible with 2019.1
39
41
- 1.1.0 Compatible with 2018.3
40
42
- 1.0.9 Compatible with 2018.2
41
43
- 1.0.8 Code improvements. Refactored code.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
6
6
group ' com.github.itechbear'
7
- version " ${ clionVersion} "
7
+ version " ${ clionVersion} .1 "
8
8
9
9
repositories {
10
10
mavenCentral()
Original file line number Diff line number Diff line change 63
63
displayName =" cpplint inspection"
64
64
groupName =" C++: line"
65
65
id =" CpplintInspection"
66
- level =" WEAK_WARNING "
66
+ level =" WEAK WARNING "
67
67
enabledByDefault =" true" />
68
68
<applicationConfigurable instance =" com.github.itechbear.clion.cpplint.Option"
69
69
displayName =" cpplint option" />
You can’t perform that action at this time.
0 commit comments