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