Skip to content

Commit

Permalink
Revert "Add initial 'gdplint' tool structure"
Browse files Browse the repository at this point in the history
This reverts commit 8df5723.
  • Loading branch information
Scony committed Oct 7, 2024
1 parent 8df5723 commit 62cf3c9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 80 deletions.
7 changes: 0 additions & 7 deletions gdtoolkit/gdplint/__init__.py

This file was deleted.

58 changes: 0 additions & 58 deletions gdtoolkit/gdplint/__main__.py

This file was deleted.

2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"gdtoolkit.common",
"gdtoolkit.gd2py",
"gdtoolkit.gdradon",
"gdtoolkit.gdplint",
],
package_data={"gdtoolkit.parser": ["gdscript.lark", "comments.lark"]},
entry_points={
Expand All @@ -28,7 +27,6 @@
"gdformat = gdtoolkit.formatter.__main__:main",
"gd2py = gdtoolkit.gd2py.__main__:main",
"gdradon = gdtoolkit.gdradon.__main__:main",
"gdplint = gdtoolkit.gdplint.__main__:main",
]
},
include_package_data=True,
Expand Down
Empty file removed tests/gdplint/__init__.py
Empty file.
13 changes: 0 additions & 13 deletions tests/gdplint/test_basic_checks.py

This file was deleted.

0 comments on commit 62cf3c9

Please sign in to comment.