mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
lint all files
This commit is contained in:
parent
d3e75796ab
commit
80f285b57a
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"pretest": "abaplint --version && abaplint \"src/**/*.abap\"",
|
||||
"pretest": "abaplint --version && abaplint \"src/**/*.*\"",
|
||||
"test": "abapmerge src/zabapgit.prog.abap > zabapgit.abap",
|
||||
"_disabled_posttest": "abaplint zabapgit.abap",
|
||||
"lint": "node_modules/.bin/abaplint \"src/**/*.abap\""
|
||||
"lint": "abaplint \"src/**/*.*\""
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue
Block a user