Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Sep 26, 2024
1 parent c013a2a commit e2c52a9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 24 deletions.
2 changes: 2 additions & 0 deletions abaplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
},
"rules": {
"fully_type_itabs": true,
"add_test_attributes": true,
"align_pseudo_comments": true,
"no_inline_in_optional_branches": true,
"nrob_consistency": true,
"omit_preceding_zeros": true,
Expand Down
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"description": "abapNTLM",
"dependencies": {},
"devDependencies": {
"@abaplint/cli": "^2.112.1",
"@abaplint/runtime": "^2.10.5",
"@abaplint/transpiler-cli": "^2.10.5"
"@abaplint/cli": "^2.113.14",
"@abaplint/runtime": "^2.10.19",
"@abaplint/transpiler-cli": "^2.10.19"
},
"scripts": {
"lint": "abaplint",
Expand Down

0 comments on commit e2c52a9

Please sign in to comment.