Conversation
…nguages NOTE: Currently we are supporting below languages, 1. Golang, 2. TypeScript, 3. Terraform, 4. Python And also the global config is supported, which can be utilized for installing all of the configuration of above mentioned languages. Changes to be committed: new file: CHANGELOG.md new file: CODE_OF_CONDUCT.md new file: CONTRIBUTING.md new file: LICENSE new file: README.md new file: current_dir.sh new file: docs/content/contributing/contributors-guidelines.md new file: docs/content/contributing/contributors.md new file: docs/content/contributing/maintainers-guidelines.md new file: docs/content/contributing/maintainers.md new file: docs/content/contributing/submitting-issues.md new file: docs/content/contributing/submitting-pull-requests.md new file: docs/content/contributing/submitting-security-issues.md new file: docs/content/contributing/thank-you.md new file: docs/content/known-issues/precommit-hooks.md new file: global/install_dependencies.sh new file: global/main.sh new file: global/pre-commit.sh new file: golang/install_dependencies.sh new file: golang/main.sh new file: golang/pre-commit.sh new file: precommit-startup.sh new file: python/install_dependencies.sh new file: python/main.sh new file: python/pre-commit.sh new file: terraform/install_dependencies.sh new file: terraform/main.sh new file: terraform/pre-commit.sh new file: typescript/install_dependencies.sh new file: typescript/main.sh new file: typescript/pre-commit.sh
added 12 commits
February 5, 2025 15:39
mousamdahal
approved these changes
Feb 6, 2025
leodahal4
approved these changes
Feb 6, 2025
Changes to be committed:
modified: CHANGELOG.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Project setup and configuration with default supported laguages
NOTE: Currently we are supporting below languages,
And also the global config is supported, which can be utilized for
installing all of the configuration of above mentioned languages.