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

fix: improve generate command #47

Merged

Conversation

ferrarafer
Copy link
Contributor

@ferrarafer ferrarafer commented Jul 1, 2024

Format code after generated files are created. Added -l option to override the line length for formatting code.

With these changes, line length priorities are:

  1. -l option when running generate command
  2. line_length value of the stacked config
  3. Default line length value, which is 80

closes #46

Format code after generated files are created. Added -l option to
override the line length for formatting code.
@ferrarafer ferrarafer linked an issue Jul 1, 2024 that may be closed by this pull request
Copy link
Contributor

@FilledStacks FilledStacks left a comment

Choose a reason for hiding this comment

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

LGTM

@FilledStacks FilledStacks merged commit 327fe8d into main Jul 2, 2024
1 check failed
@FilledStacks FilledStacks deleted the improve/format-generated-files-on-generate-command branch July 2, 2024 04:02
FilledStacks pushed a commit that referenced this pull request Jul 2, 2024
## [1.13.1](v1.13.0...v1.13.1) (2024-07-02)

### Bug Fixes

* improve generate command ([#47](#47)) ([327fe8d](327fe8d))
@FilledStacks
Copy link
Contributor

🎉 This PR is included in version 1.13.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature]: add format process on generate command
2 participants