File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "global" : {
3
+ "files" : " /../../src/**/*.*"
4
+ },
5
+ "dependencies" : [
6
+ {
7
+ "url" : " https://github.com/abapedia/steampunk-2305-api-intersect-702" ,
8
+ "folder" : " /deps" ,
9
+ "files" : " /src/**/*.*"
10
+ }
11
+ ],
12
+ "syntax" : {
13
+ "version" : " v750" ,
14
+ "errorNamespace" : " ."
15
+ },
16
+ "rules" : {
17
+ "begin_end_names" : true ,
18
+ "cds_parser_error" : true ,
19
+ "check_ddic" : true ,
20
+ "strict_sql" : true ,
21
+ "sql_escape_host_variables" : true ,
22
+ "check_include" : true ,
23
+ "check_syntax" : true ,
24
+ "cloud_types" : true ,
25
+ "global_class" : true ,
26
+ "implement_methods" : true ,
27
+ "method_implemented_twice" : true ,
28
+ "parser_error" : true ,
29
+ "superclass_final" : true ,
30
+ "unknown_types" : true ,
31
+ "xml_consistency" : true
32
+ }
33
+ }
34
+
You can’t perform that action at this time.
0 commit comments