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

When specifying the extra_config_sections as an array #45

Merged
merged 1 commit into from
Jun 30, 2017

Conversation

ralfbosz
Copy link
Contributor

the entries are set on multiple lines instead of joined on the same line

also fixed an error in the example which was missing some }

@ralfbosz ralfbosz force-pushed the extra_config_section branch 5 times, most recently from 15f397c to 4d38dc3 Compare January 20, 2017 10:37
@traylenator traylenator added the needs-work not ready to merge just yet label Apr 25, 2017
@traylenator
Copy link
Contributor

We can't just change the test here in the .robocop.yml , the file is templated in.

@ralfbosz ralfbosz force-pushed the extra_config_section branch from 4d38dc3 to 637e417 Compare April 26, 2017 04:48
@ralfbosz
Copy link
Contributor Author

ralfbosz commented Apr 26, 2017

I've reversed the .rubocop.yml to the "master-branch" version, but still shows as diff in the PR.

The change was made to make it pass the Travis CI, don't have everything installed on my current machine to do local testing...

Ok removed the .rubcopy.yml from the commit...

@ralfbosz
Copy link
Contributor Author

ralfbosz commented Apr 26, 2017

it failed at first, seems the docker-image of ubuntu-16.04 requires the installation of "locales", since "locale-gen en_US.UTF-8" is not available otherwise.

fixed it in the PR, now it's all green...

@ralfbosz ralfbosz force-pushed the extra_config_section branch 2 times, most recently from 8fd7fc8 to 47025ef Compare April 26, 2017 13:03
Copy link
Contributor

@traylenator traylenator left a comment

Choose a reason for hiding this comment

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

Thanks , sorry for the dealy.

.rubocop.yml Outdated
@@ -302,7 +302,7 @@ Style/EmptyLiteral:
Metrics/LineLength:
Enabled: False

Style/MethodCallParentheses:
Style/MethodCallWithoutArgsParentheses:
Copy link
Contributor

Choose a reason for hiding this comment

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

Can this be submitted to pass with out modifying the rubocop configuration?

@traylenator traylenator added needs-rebase enhancement New feature or request and removed needs-work not ready to merge just yet labels Jun 30, 2017
The option "extra_config_section" can be defined as an array,
this adds the option to create multiple lines instead of one
big line with all the parameters.

This commit addresses issue voxpupuli#31
@ralfbosz ralfbosz force-pushed the extra_config_section branch from 47025ef to ba3fe12 Compare June 30, 2017 12:13
@ralfbosz
Copy link
Contributor Author

I've updated my PR, only changed what was needed for this function...

@traylenator traylenator merged commit e37b940 into voxpupuli:master Jun 30, 2017
@ralfbosz ralfbosz deleted the extra_config_section branch March 27, 2018 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants