Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

remove empty curly brackets from namespace manifest #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bfarayev
Copy link
Contributor

@bfarayev bfarayev commented Nov 8, 2021

seems like having an empty curly brackets is breaking the styling in IDEs like IntelliJ (haven't tested in VS Code)

image

I get this error message:

<binaryop>, JsonnetTokenType.DOT, JsonnetTokenType.IN, JsonnetTokenType.L_BRACKET, JsonnetTokenType.L_CURLY or JsonnetTokenType.L_PAREN expected, got ','

This also breaks the "Go to Declaration" when we're using this an object from this library. Removing the curly brackets fixes the issue

@bfarayev bfarayev marked this pull request as ready for review November 8, 2021 00:55
Copy link
Contributor

@jbianquetti-nami jbianquetti-nami left a comment

Choose a reason for hiding this comment

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

SGTM because they are cosmetic changes

@jbianquetti-nami jbianquetti-nami requested review from Akinorev and removed request for dbarranco February 25, 2022 09:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants