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

RSDK-8017: linting action #9

Merged
merged 60 commits into from
Jul 19, 2024
Merged

Conversation

dhritinaidu
Copy link
Contributor

added the github action for linting on PR

also removed unused functions

@dhritinaidu dhritinaidu requested a review from bhaney July 12, 2024 21:16
Copy link
Member

@bhaney bhaney left a comment

Choose a reason for hiding this comment

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

Looks good! Thanks for adding the linting

@dhritinaidu dhritinaidu changed the title added linting action and fixed linting issues RSDK-8017: linting action Jul 15, 2024
buildvcs: false
- uses: actions/setup-go@v5
with:
go-version: 1.15
Copy link
Member

Choose a reason for hiding this comment

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

this go version is too low -- we are on go version 1.21

Comment on lines 22 to 25
- name: Run lint
run: |
make lint

Copy link
Member

Choose a reason for hiding this comment

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

If you already lint in the other github action, you don't need to lint here as well

@dhritinaidu dhritinaidu merged commit 96b20c8 into viamrobotics:main Jul 19, 2024
2 checks passed
@dhritinaidu dhritinaidu deleted the lint branch July 19, 2024 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.

2 participants