File tree Expand file tree Collapse file tree 2 files changed +12919
-4128
lines changed Expand file tree Collapse file tree 2 files changed +12919
-4128
lines changed Original file line number Diff line number Diff line change 11{
22 "global" : {
3- "files" : " /src/**/*.*"
3+ "files" : " /../../ src/**/*.*"
44 },
55 "dependencies" : [
6- {
7- "url" : " https://github.com/open-abap/open-abap-core" ,
8- "folder" : " /deps" ,
9- "files" : " /src/**/*.*"
10- }
11- ],
12- "syntax" : {
13- "version" : " v750" ,
14- "errorNamespace" : " ."
15- },
16- "rules" : {
17- "downport" : true ,
18- "begin_end_names" : true ,
19- "check_ddic" : true ,
20- "check_include" : true ,
21- "check_syntax" : true ,
22- "global_class" : true ,
23- "definitions_top" : false ,
24- "implement_methods" : true ,
25- "method_implemented_twice" : true ,
26- "parser_error" : true ,
27- "superclass_final" : true ,
28- "unknown_types" : true ,
29- "xml_consistency" : true
30- }
31- }
6+ {
7+ "url" : " https://github.com/open-abap/open-abap-core" ,
8+ "folder" : " /deps" ,
9+ "files" : " /src/**/*.*"
10+ }
11+ ],
12+ "syntax" : {
13+ "version" : " v702" ,
14+ "errorNamespace" : " ."
15+ },
16+ "rules" : {
17+ "downport" : true ,
18+ "begin_end_names" : true ,
19+ "check_ddic" : true ,
20+ "check_include" : true ,
21+ "check_syntax" : true ,
22+ "global_class" : true ,
23+ "implement_methods" : true ,
24+ "method_implemented_twice" : true ,
25+ "parser_error" : true ,
26+ "superclass_final" : true ,
27+ "unknown_types" : true ,
28+ "xml_consistency" : true
29+ }
30+ }
You can’t perform that action at this time.
0 commit comments