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

[enhancement] Fix Lint warnings #410

Merged
merged 1 commit into from
Oct 27, 2023
Merged

[enhancement] Fix Lint warnings #410

merged 1 commit into from
Oct 27, 2023

Conversation

tuancoltech
Copy link
Collaborator

@tuancoltech tuancoltech commented Oct 23, 2023

Fix Lint warnings: #405

🚀 Summary

Fix Lint warnings including:

  • Unused namespaces in XML
  • Add task configuration avoidance by using register when define a gradle task
  • Update protected visibility in final class to private as they are effectively the same
  • Add private modifier for variables where needed
  • Upgrade kotlin version & kotlin gradle plugin to 1.8.20
  • Naming issues and others

🖼️ Screenshots:

| Before |

Screenshot 2023-10-23 at 23 34 51

| After |

Screenshot 2023-10-23 at 23 34 10

@tuancoltech tuancoltech temporarily deployed to Development October 23, 2023 16:35 — with GitHub Actions Inactive
@tuancoltech tuancoltech changed the title [enhancement] Fix Lint warnings: #405 [enhancement] Fix Lint warnings Oct 23, 2023
@tuancoltech tuancoltech temporarily deployed to Development October 23, 2023 16:45 — with GitHub Actions Inactive
@tuancoltech tuancoltech temporarily deployed to Development October 23, 2023 16:49 — with GitHub Actions Inactive
… * Add task configuration avoidance by using register when define a gradle task * Update protected visibility in final class to private as they are effectively the same * Add private modifier for variables where needed * Upgrade kotlin version & kotlin gradle plugin to 1.8.20 * Naming issues and others
@tuancoltech tuancoltech force-pushed the enhance/fix_lint_warnings branch from 2688a23 to 5e97b46 Compare October 24, 2023 01:04
@tuancoltech tuancoltech temporarily deployed to Development October 24, 2023 01:04 — with GitHub Actions Inactive
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 6 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@tuancoltech tuancoltech temporarily deployed to Development October 24, 2023 01:13 — with GitHub Actions Inactive
@tuancoltech tuancoltech temporarily deployed to Development October 24, 2023 01:17 — with GitHub Actions Inactive
@tuancoltech tuancoltech temporarily deployed to Development October 24, 2023 01:17 — with GitHub Actions Inactive
@tuancoltech tuancoltech self-assigned this Oct 24, 2023
@tuancoltech tuancoltech added enhancement New feature or request should be quick labels Oct 24, 2023
@kirillt kirillt self-requested a review October 27, 2023 12:34
@kirillt kirillt merged commit 5722184 into main Oct 27, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request should be quick
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants