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

cmd/lint: Fix windows Abs path handling #1416

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

charlieegan3
Copy link
Member

@charlieegan3 charlieegan3 commented Feb 20, 2025

Previously, there was an incorrect assumption that abs paths started with /.

This commit also fixes a test bug where the server's logger was used before it was defined.

Fixes #1414

Previously, there was an incorrect assumption that abs paths started
with /.

This commit also fixes a test bug where the server's logger was used
before it was defined.

Signed-off-by: Charlie Egan <charlie@styra.com>
@charlieegan3 charlieegan3 merged commit 772aeb0 into StyraInc:main Feb 20, 2025
5 checks passed
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.

Config file not used when linting a directory using its full path
2 participants