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

basic lint engine implementation #1

Merged
merged 2 commits into from
Jul 15, 2024
Merged

basic lint engine implementation #1

merged 2 commits into from
Jul 15, 2024

Conversation

notJoon
Copy link
Contributor

@notJoon notJoon commented Jul 15, 2024

Description

Lint engine for a language with Go syntax. I've added a feature to visualize lint errors, similar to Rust's Clippy.

Example

test.go:4:2: no-empty-if: empty if statement
	if true {}
       ^^^^^^^^^^

@notJoon notJoon requested a review from jungju July 15, 2024 09:56
@notJoon notJoon marked this pull request as ready for review July 15, 2024 09:58
@notJoon notJoon merged commit 628907c into main Jul 15, 2024
@notJoon notJoon deleted the basic-linter branch July 15, 2024 10:11
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