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

Execute 1build from specified configuration file #199

Merged
merged 3 commits into from
Aug 16, 2020
Merged

Conversation

gopinath-langote
Copy link
Owner

@gopinath-langote gopinath-langote commented Aug 16, 2020

Description

Execute 1build from specified configuration file

Fixes/Implements: #192

If New dependencies introduced

Then please list all decencies introduced in this PR if any with reason.

  • Dependency A - Reason

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • I have update README (If needed)

@gopinath-langote gopinath-langote self-assigned this Aug 16, 2020
@gopinath-langote gopinath-langote added enhancement New feature or request new_feature New features labels Aug 16, 2020
@gopinath-langote gopinath-langote added this to the v1.5.0 milestone Aug 16, 2020
@gopinath-langote gopinath-langote linked an issue Aug 16, 2020 that may be closed by this pull request
@gopinath-langote
Copy link
Owner Author

Codacy Here is an overview of what got changed by this pull request:

Complexity increasing per file
==============================
- cmd/initialize/init.go  1
- cmd/del/delete.go  1
- cmd/unset/unset.go  6
- testing/cli_test.go  1
- cmd/set/set.go  5
         

Clones added
============
- testing/fixtures/flag_fixtures.go  4
- testing/fixtures/command_init_fixtures.go  3
- testing/fixtures/command_unset_fixtures.go  8
- cmd/unset/unset.go  1
- testing/fixtures/command_set_fixtures.go  3
- testing/fixtures/command_list_fixtures.go  2
- testing/fixtures/execute_cmd_fixtures.go  5
- cmd/set/set.go  1
         

Clones removed
==============
+ testing/fixtures/command_root_fixtures.go  -1
         

See the complete overview on Codacy

@gopinath-langote gopinath-langote merged commit b89d622 into master Aug 16, 2020
@gopinath-langote gopinath-langote deleted the file_param branch August 16, 2020 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new_feature New features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Execute 1build from specified configuration file
1 participant