update linter config (#5425)

* wip

* update config

* update linter config

* update
This commit is contained in:
Lars Hvam 2022-04-01 10:13:26 +02:00 committed by GitHub
parent 485bb12cc1
commit fd395e9288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 3 deletions

View File

@ -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,

View File

@ -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"