Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: add lint frontend and lint all to Makefile. #1354

Merged
merged 4 commits into from May 2, 2024

Conversation

iFurySt
Copy link
Collaborator

@iFurySt iFurySt commented Apr 25, 2024

  • style codes.

Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
@iFurySt iFurySt force-pushed the feat-add-lint-frontend-to-makefile branch from 9106394 to 6664001 Compare April 25, 2024 17:27
@@ -41,7 +41,7 @@
"preview": "vite preview",
"make-i18n": "node scripts/make-i18n-translations.cjs",
"prelint": "npm run make-i18n",
"lint": "eslint src/**/*.ts* && prettier --check src/**/*.ts*",
"lint": "eslint src --ext .ts,.tsx,.js && prettier --check src/**/*.{ts,tsx}",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somewhat unrelated but do we want a lint-fix as well?

@rbren rbren enabled auto-merge (squash) April 27, 2024 12:05
@rbren
Copy link
Collaborator

rbren commented Apr 27, 2024

@iFurySt looks like there's some FE lint

@codecov-commenter
Copy link

codecov-commenter commented May 1, 2024

Codecov Report

Attention: Patch coverage is 40.00000% with 6 lines in your changes are missing coverage. Please review.

❗ No coverage uploaded for pull request base (main@0d77f49). Click here to learn what that means.

Files Patch % Lines
opendevin/controller/agent_controller.py 37.50% 5 Missing ⚠️
opendevin/controller/action_manager.py 50.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1354   +/-   ##
=======================================
  Coverage        ?   60.91%           
=======================================
  Files           ?       84           
  Lines           ?     3628           
  Branches        ?        0           
=======================================
  Hits            ?     2210           
  Misses          ?     1418           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

…end-to-makefile

# Conflicts:
#	opendevin/controller/action_manager.py
Signed-off-by: ifuryst <ifuryst@gmail.com>
@iFurySt iFurySt force-pushed the feat-add-lint-frontend-to-makefile branch from 40d143d to 0623601 Compare May 2, 2024 11:42
@rbren rbren merged commit 95e4ca4 into OpenDevin:main May 2, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants