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

Moved deno fmt args into config #751

Merged
merged 1 commit into from
Nov 24, 2024
Merged

Conversation

CatChen
Copy link
Owner

@CatChen CatChen commented Nov 24, 2024

No description provided.

@CatChen CatChen self-assigned this Nov 24, 2024
@CatChen CatChen marked this pull request as ready for review November 24, 2024 08:28
Copy link
Owner Author

CatChen commented Nov 24, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link

codecov bot commented Nov 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.07%. Comparing base (2c9cea8) to head (ff32a4e).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #751   +/-   ##
=======================================
  Coverage   98.07%   98.07%           
=======================================
  Files           1        1           
  Lines          52       52           
  Branches       10       10           
=======================================
  Hits           51       51           
  Misses          1        1           

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


🚨 Try these New Features:

Copy link

what-the-diff bot commented Nov 24, 2024

PR Summary

  • Adjustment of GitHub Actions Workflow
    Shifted the application of single quote rule from the GitHub Actions workflow directly into the Deno formatter configuration. This makes the formatting rule more consistent and easy to manage.

  • Updates to Deno Configuration
    Major changes have been made to the Deno configuration. A linting rule has been introduced to ignore a certain directory (flow-typed/), which will help to streamline the linting process by not wasting time on irrelevant directory. Moreover, a formatting rule has been added to enforce the usage of single quotes, which provides better consistency in the code formatting throughout the source (src/) directory.

@CatChen CatChen merged commit 6016952 into main Nov 24, 2024
16 checks passed
@CatChen CatChen deleted the 11-24-moved_deno_fmt_args_into_config branch November 24, 2024 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant