Skip to content

Commit

Permalink
Move linter and diff utils to openhands-aci (#5020)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhoangt authored Nov 16, 2024
1 parent 9d47ddb commit 97f3249
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 1,251 deletions.
8 changes: 5 additions & 3 deletions openhands/linter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
"""Linter module for OpenHands.
Part of this Linter module is adapted from Aider (Apache 2.0 License, [original code](https://github.com/paul-gauthier/aider/blob/main/aider/linter.py)). Please see the [original repository](https://github.com/paul-gauthier/aider) for more information.
Part of this Linter module is adapted from Aider (Apache 2.0 License, [original
code](https://github.com/paul-gauthier/aider/blob/main/aider/linter.py)).
- Please see the [original repository](https://github.com/paul-gauthier/aider) for more information.
- The detailed implementation of the linter can be found at: https://github.com/All-Hands-AI/openhands-aci.
"""

from openhands.linter.base import LintResult
from openhands.linter.linter import DefaultLinter
from openhands_aci.linter import DefaultLinter, LintResult

__all__ = ['DefaultLinter', 'LintResult']
79 changes: 0 additions & 79 deletions openhands/linter/base.py

This file was deleted.

98 changes: 0 additions & 98 deletions openhands/linter/languages/python.py

This file was deleted.

74 changes: 0 additions & 74 deletions openhands/linter/languages/treesitter.py

This file was deleted.

122 changes: 0 additions & 122 deletions openhands/linter/linter.py

This file was deleted.

3 changes: 0 additions & 3 deletions openhands/linter/utils/__init__.py

This file was deleted.

Loading

0 comments on commit 97f3249

Please sign in to comment.