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

fix: Remove misplaced-load lints from WORKSPACE files #61

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

cameron-martin
Copy link
Owner

In Bazel, WORKSPACE files must have loads that aren't all at the top of the file. Therefore these are filtered out in the LspContext.

Fixes #54.

In Bazel, WORKSPACE files must have loads that aren't all at the top of the file. Therefore these are filtered out in the `LspContext`.

Fixes #54.
@cameron-martin cameron-martin enabled auto-merge (squash) November 27, 2024 23:04
@cameron-martin cameron-martin merged commit 951cdd4 into master Nov 27, 2024
5 checks passed
@cameron-martin cameron-martin deleted the filter-load-lints-in-workspace branch November 27, 2024 23:12
cameron-martin added a commit that referenced this pull request Nov 27, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.6.3](v0.6.2...v0.6.3)
(2024-11-27)


### Bug Fixes

* Fix linting of global symbols
([#51](#51))
([e2c0d8d](e2c0d8d))
* Remove misplaced-load lints from WORKSPACE files
([#61](#61))
([951cdd4](951cdd4))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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.

Unnecessary warning in WORKSPACE files: A load statement not at the top of the file
1 participant