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

Add a json verifier to CI #99

Open
TomAFrench opened this issue Nov 19, 2020 · 1 comment
Open

Add a json verifier to CI #99

TomAFrench opened this issue Nov 19, 2020 · 1 comment
Labels
enhancement Improvement for an existing feature or system

Comments

@TomAFrench
Copy link
Collaborator

Half my errors are missing/adding an extra comma or forgetting to escape a double quote but these aren't picked up in the test suite currently.

@TomAFrench TomAFrench added the enhancement Improvement for an existing feature or system label Nov 19, 2020
@PaulRBerg
Copy link
Collaborator

Makes sense. As a temporary solution though, you could add this to your VSCode settings:

"files.associations": {
  "*.ctx": "json"
}

pbbhopp pushed a commit to veloxoft/space-swap-front that referenced this issue Mar 29, 2021
* chore: Clean dependencies

* chore: Add commitlint

* chore: Remove tg notify (unused)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement for an existing feature or system
Projects
None yet
Development

No branches or pull requests

2 participants