We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GIT_SSH_COMMAND="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 52311 -i /Users/mdesales/dev/github/public/intuit/intuit-spring-cloud-config-validator/.id_rsa_from_github_simulator_server" git push test new-branch -f Warning: Permanently added '[192.168.86.249]:52311' (ECDSA) to the list of known hosts. Total 0 (delta 0), reused 0 (delta 0) remote: ##################################################### remote: ### Intuit Spring Cloud Config Validator 1.1.1 #### remote: ##################################################### remote: Validating new branch... remote: Processing commit=5f2acca1293550dc4ecc7aab26e77c52d74f15aa ref=refs/heads/new-branch remote: BEFORE HEAD...$$$$$$$$ remote: => Validating SHA 5f2acca1293550dc4ecc7aab26e77c52d74f15aa remote: Filtering Spring Cloud Config Server's files: ['**/*.json', '**/*.yaml', '**/*.yml', '**/*.properties'] remote: (v) File config_msaas_test_01-dev.yml is valid! remote: (v) File config_msaas_test_01-qal.yml is valid! remote: (x) File idps/idps.yaml is invalid: [30:15: too many spaces inside brackets (brackets), 30:32: too many spaces inside brackets (brackets), 62:15: too many spaces inside brackets (brackets), 62:32: too many spaces inside brackets (brackets)] remote: (v) File application.yml is valid! remote: (v) File config_msaas_test_01.yml is valid! remote: (v) File config_msaas_test_01-e2e.yml is valid! remote: (v) File config_msaas_test_01-prd.yml is valid! remote: (v) File config_msaas_test_01-prf.yml is valid! To 192.168.86.249:test.git ! [remote rejected] new-branch -> new-branch (pre-receive hook declined) error: failed to push some refs to '[email protected]:test.git'
brackets: {min-spaces-inside: -1, max-spaces-inside: -1}
GIT_SSH_COMMAND="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 52311 -i /Users/mdesales/dev/github/public/intuit/intuit-spring-cloud-config-validator/.id_rsa_from_github_simulator_server" git push test new-branch -f Warning: Permanently added '[192.168.86.249]:52311' (ECDSA) to the list of known hosts. Total 0 (delta 0), reused 0 (delta 0) remote: ##################################################### remote: ### Intuit Spring Cloud Config Validator 1.1.1 #### remote: ##################################################### remote: Validating new branch... remote: Processing commit=5f2acca1293550dc4ecc7aab26e77c52d74f15aa ref=refs/heads/new-branch remote: BEFORE HEAD... remote: => Validating SHA 5f2acca1293550dc4ecc7aab26e77c52d74f15aa remote: Filtering Spring Cloud Config Server's files: ['**/*.json', '**/*.yaml', '**/*.yml', '**/*.properties'] remote: (v) File config_msaas_test_01-dev.yml is valid! remote: (v) File config_msaas_test_01-qal.yml is valid! remote: (v) File idps/idps.yaml is valid! remote: (v) File application.yml is valid! remote: (v) File config_msaas_test_01.yml is valid! remote: (v) File config_msaas_test_01-e2e.yml is valid! remote: (v) File config_msaas_test_01-prd.yml is valid! remote: (v) File config_msaas_test_01-prf.yml is valid! To 192.168.86.249:test.git * [new branch] new-branch -> new-branch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Requirement
brackets: {min-spaces-inside: -1, max-spaces-inside: -1}
Proposal
The text was updated successfully, but these errors were encountered: