mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
update linter config (#5425)
* wip * update config * update linter config * update
This commit is contained in:
parent
485bb12cc1
commit
fd395e9288
|
@ -64,6 +64,15 @@
|
|||
"globalMacros": []
|
||||
},
|
||||
"rules": {
|
||||
"align_parameters": false,
|
||||
"cds_parser_error": true,
|
||||
"constant_classes": true,
|
||||
"no_aliases": false,
|
||||
"nrob_consistency": true,
|
||||
"omit_preceding_zeros": true,
|
||||
"prefer_corresponding": true,
|
||||
"static_call_via_instance": false,
|
||||
"unnecessary_chaining": false,
|
||||
"pragma_placement": true,
|
||||
"unsecure_fae": false,
|
||||
"identical_descriptions": false,
|
||||
|
@ -229,6 +238,7 @@
|
|||
"while": true,
|
||||
"case": true,
|
||||
"select": true,
|
||||
"when": false,
|
||||
"do": true,
|
||||
"at": true
|
||||
},
|
||||
|
@ -331,6 +341,7 @@
|
|||
"refresh": true,
|
||||
"compute": true,
|
||||
"add": true,
|
||||
"occurences": true,
|
||||
"selectWithoutInto": true,
|
||||
"ranges": true,
|
||||
"callTransformation": true,
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@abaplint/cli": "^2.85.54",
|
||||
"@abaplint/runtime": "^1.8.29",
|
||||
"@abaplint/transpiler-cli": "^1.8.29",
|
||||
"@abaplint/cli": "^2.86.3",
|
||||
"@abaplint/runtime": "^1.8.30",
|
||||
"@abaplint/transpiler-cli": "^1.8.30",
|
||||
"abapmerge": "^0.14.3",
|
||||
"c8": "^7.11.0",
|
||||
"eslint": "^8.12.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user