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

[WIP] fix: Add simple rotate #1763

Closed
wants to merge 22 commits into from
Closed

[WIP] fix: Add simple rotate #1763

wants to merge 22 commits into from

Conversation

ppupha
Copy link
Collaborator

@ppupha ppupha commented Jun 14, 2024

Description

Describe your changes

  • Added a function A to process data B
  • Created new column C to store D state
  • Refactor workflow E to improve performance because of F

@@ -1 +1 @@
Subproject commit 80a7aa847c6c9481fd19cf4b22d42ae5b5b14c7b
Subproject commit 64a6c1ccfbb75341c8bbd79db0f7a7826a36ee19
Copy link
Contributor

Choose a reason for hiding this comment

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

[dart fix] reported by reviewdog 🐶

Suggested change
Subproject commit 64a6c1ccfbb75341c8bbd79db0f7a7826a36ee19
Subproject commit 64a6c1ccfbb75341c8bbd79db0f7a7826a36ee19-dirty

Copy link
Contributor

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

pubspec.lock
pubspec.yaml
  • bonsoir@>= 5.1.9, < 6.0.0
  • fixnum@>= 1.1.0, < 2.0.0

// RetrofitGenerator
// **************************************************************************

// ignore_for_file: unnecessary_brace_in_string_interps,no_leading_underscores_for_local_identifiers
Copy link
Contributor

Choose a reason for hiding this comment

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

📝 [flutter-analyze] reported by reviewdog 🐶
The line length exceeds the 80-character limit

}) async {
const _extra = <String, dynamic>{};
final queryParameters = <String, dynamic>{
r'locationID': locationId,
Copy link
Contributor

Choose a reason for hiding this comment

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

📝 [flutter-analyze] reported by reviewdog 🐶
Unnecessary use of a raw string

const _extra = <String, dynamic>{};
final queryParameters = <String, dynamic>{
r'locationID': locationId,
r'topicID': topicId,
Copy link
Contributor

Choose a reason for hiding this comment

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

📝 [flutter-analyze] reported by reviewdog 🐶
Unnecessary use of a raw string

};
final _headers = <String, dynamic>{};
final _data = <String, dynamic>{};
_data.addAll(body);
Copy link
Contributor

Choose a reason for hiding this comment

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

📝 [flutter-analyze] reported by reviewdog 🐶
Unnecessary duplication of receiver

@ppupha ppupha closed this Jun 24, 2024
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.

2 participants