Skip to content

chore: Linting project#81

Merged
DylanDevelops merged 1 commit intomainfrom
ravel/lint-entire-project
Feb 12, 2026
Merged

chore: Linting project#81
DylanDevelops merged 1 commit intomainfrom
ravel/lint-entire-project

Conversation

@DylanDevelops
Copy link
Owner

Pull Request Checklist

  • I have read and followed the contribution guidelines.
  • My pull request targets the main branch of tmpo.
  • I have tested these changes locally on my machine.

Description

This pull request primarily includes minor code style improvements and import ordering fixes across several files. The changes focus on improving code readability and consistency, particularly in conditional formatting and import grouping.

Code style and formatting improvements:

  • Standardized spacing in if statements by removing unnecessary parentheses in multiple files, such as cmd/tracking/pause.go, cmd/tracking/stop.go, internal/storage/db.go, and internal/storage/models.go. [1] [2] [3] [4]
  • Removed extraneous semicolons at the end of statements, e.g., in cmd/tracking/status.go.

Import ordering and grouping:

  • Reordered import statements to group internal packages together and maintain a consistent style in several files, including cmd/entries/delete.go, cmd/history/stats.go, and cmd/tracking/start_test.go. [1] [2] [3]

Whitespace and minor cleanup:

  • Removed unnecessary blank lines and improved whitespace for better code clarity, such as in cmd/entries/manual.go and internal/project/detect.go. [1] [2]

@DylanDevelops DylanDevelops merged commit ebe782d into main Feb 12, 2026
6 checks passed
@DylanDevelops DylanDevelops deleted the ravel/lint-entire-project branch February 12, 2026 17:58
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.

1 participant