Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Jul 31, 2019
1 parent 5a889c4 commit da51ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
deps
2 changes: 1 addition & 1 deletion abaplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
},
"object_naming": {
"enabled": true,
"exclude": [],
"exclude": ["deps\\/src\\/"],
"clas": "^ZC(L|X)\\_",
"intf": "^ZIF\\_",
"prog": "^Z",
Expand Down

0 comments on commit da51ce6

Please sign in to comment.