Branch: refs/heads/zkvm Home: https://github.com/yast/yast-s390 Commit: 6d4d6e54f8e0cf96f1deebf11d3f7acb0e16a9ee https://github.com/yast/yast-s390/commit/6d4d6e54f8e0cf96f1deebf11d3f7acb0e1... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M README.md M test/Makefile.am M test/dasd_controller_is_available_test.rb A test/data/device_list.yml A test/data/probe_disk.yml A test/data/probe_disk_dasd.yml A test/data/probe_storage.yml A test/test_helper.rb M test/zfcp_controller_test.rb R testsuite/.gitignore R testsuite/Makefile.am R testsuite/tests/.gitignore R testsuite/tests/S390.err R testsuite/tests/S390.out R testsuite/tests/S390.rb Log Message: ----------- Tests cleanup, added code coverage Commit: 288330933464a9b403f2101a77cfa969437acedc https://github.com/yast/yast-s390/commit/288330933464a9b403f2101a77cfa969437... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M .gitignore R agents/Makefile.am M src/.gitignore Log Message: ----------- Update .gitignore, remove empty /agents Commit: 6b931cf78c03054ae0fa7e201fda8261e37f8489 https://github.com/yast/yast-s390/commit/6b931cf78c03054ae0fa7e201fda8261e37... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/clients/onpanic.rb M src/clients/s390-disk-controller.rb M src/clients/xpram.rb M src/include/s390/dasd/dialogs.rb M src/include/s390/dasd/wizards.rb M src/include/s390/dump/ui.rb M src/include/s390/iucvterminal-server/ui.rb M src/include/s390/iucvterminal/ui.rb M src/include/s390/onpanic/ui.rb M src/include/s390/zfcp/dialogs.rb M src/include/s390/zfcp/wizards.rb M src/modules/DASDController.rb M src/modules/IUCVTerminal.rb M src/modules/IUCVTerminalServer.rb M src/modules/OnPanic.rb M src/modules/ZFCPController.rb Log Message: ----------- Rubocop fix: Style/EmptyLines Commit: f65cd0a3b991e6d70449c5605e9c8eba9b60b1ca https://github.com/yast/yast-s390/commit/f65cd0a3b991e6d70449c5605e9c8eba9b6... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/clients/dasd.rb M src/clients/dump.rb M src/clients/iucvterminal-server.rb M src/clients/iucvterminal.rb M src/clients/onpanic.rb M src/clients/zfcp.rb Log Message: ----------- Rubocop fix: Style/TrailingCommaInLiteral Commit: e426c3f1ea624aaea6fbdcee479c7ba065e49e97 https://github.com/yast/yast-s390/commit/e426c3f1ea624aaea6fbdcee479c7ba065e... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/clients/dasd_auto.rb M src/clients/zfcp_auto.rb M src/include/s390/dasd/dialogs.rb M src/modules/DASDController.rb M src/modules/ZFCPController.rb Log Message: ----------- Rubocop fix: Style/CaseIndentation Commit: 6ddef5df5f71c9c9ffb093058feba1197bc2bc90 https://github.com/yast/yast-s390/commit/6ddef5df5f71c9c9ffb093058feba1197bc... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dasd/dialogs.rb M src/include/s390/dasd/wizards.rb M src/include/s390/dump/ui.rb M src/include/s390/iucvterminal-server/ui.rb M src/include/s390/zfcp/dialogs.rb M src/include/s390/zfcp/wizards.rb M src/modules/DASDController.rb M src/modules/Dump.rb M src/modules/IUCVTerminal.rb M src/modules/IUCVTerminalServer.rb M src/modules/OnPanic.rb M src/modules/Xpram.rb M src/modules/ZFCPController.rb Log Message: ----------- Rubocop fix: Style/HashSyntax Commit: 7d19465d62c12344424297824357cf673f8cd8d4 https://github.com/yast/yast-s390/commit/7d19465d62c12344424297824357cf673f8... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/clients/dasd_auto.rb M src/clients/zfcp_auto.rb M src/include/s390/dasd/dialogs.rb M src/modules/DASDController.rb M src/modules/ZFCPController.rb Log Message: ----------- Rubocop fix: Style/IndentationWidth Commit: 22d6f659601b5cbd57900405c97e369098776ccd https://github.com/yast/yast-s390/commit/22d6f659601b5cbd57900405c97e3690987... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/clients/dasd_auto.rb M src/clients/zfcp_auto.rb M src/include/s390/dasd/dialogs.rb Log Message: ----------- Rubocop fix: Style/IndentationConsistency Commit: 926c9a2f93dc6b1bb72b17c9f05502f2172ee9ec https://github.com/yast/yast-s390/commit/926c9a2f93dc6b1bb72b17c9f05502f2172... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/clients/xpram.rb M src/include/s390/dasd/dialogs.rb M src/include/s390/iucvterminal-server/helps.rb M src/include/s390/xpram/ui.rb M src/modules/DASDController.rb M test/zfcp_controller_test.rb Log Message: ----------- Rubocop fix: Style/TrailingWhitespace Commit: 3855c5e96619100f1e857769018faeb103b348ee https://github.com/yast/yast-s390/commit/3855c5e96619100f1e857769018faeb103b... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dasd/wizards.rb M src/include/s390/zfcp/wizards.rb Log Message: ----------- Rubocop fix: Style/Lambda Commit: 0463d49781d28f247bcfa02b705baca1df29cc62 https://github.com/yast/yast-s390/commit/0463d49781d28f247bcfa02b705baca1df2... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Rakefile M src/clients/dump.rb M src/clients/onpanic.rb M src/clients/xpram.rb M src/include/s390/dasd/dialogs.rb M src/include/s390/iucvterminal-server/ui.rb M src/include/s390/onpanic/ui.rb M src/modules/OnPanic.rb Log Message: ----------- Rubocop fix: Style/LeadingCommentSpace Commit: 2c4eef2a7866811cd7bfb43fc45a8557fbf110c3 https://github.com/yast/yast-s390/commit/2c4eef2a7866811cd7bfb43fc45a8557fbf... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/iucvterminal-server/ui.rb M src/include/s390/zfcp/dialogs.rb M src/modules/DASDController.rb M src/modules/IUCVTerminalServer.rb M src/modules/ZFCPController.rb Log Message: ----------- Rubocop fix: Lint/UnusedBlockArgument Commit: 45d0bf166fb956d047056fd8dcab86cb672ac6d1 https://github.com/yast/yast-s390/commit/45d0bf166fb956d047056fd8dcab86cb672... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dasd/dialogs.rb M src/include/s390/dasd/wizards.rb M src/include/s390/dump/ui.rb M src/include/s390/iucvterminal-server/ui.rb M src/include/s390/zfcp/dialogs.rb M src/include/s390/zfcp/wizards.rb M src/modules/DASDController.rb M src/modules/IUCVTerminal.rb M src/modules/IUCVTerminalServer.rb M src/modules/ZFCPController.rb M test/zfcp_controller_test.rb Log Message: ----------- Rubocop fix: Style/AlignHash Commit: 6087b05093a3f54d1b4c2046c6003e3231dd8b3b https://github.com/yast/yast-s390/commit/6087b05093a3f54d1b4c2046c6003e3231d... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/iucvterminal-server/ui.rb Log Message: ----------- Rubocop fix: Style/EmptyLineBetweenDefs Commit: 0f873507cc28429cab8c0ca87850e5f0b98352f7 https://github.com/yast/yast-s390/commit/0f873507cc28429cab8c0ca87850e5f0b98... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dasd/helps.rb M src/include/s390/dump/ui.rb M src/include/s390/iucvterminal-server/helps.rb M src/include/s390/iucvterminal/ui.rb M src/include/s390/onpanic/ui.rb M src/include/s390/xpram/ui.rb M src/include/s390/zfcp/helps.rb Log Message: ----------- Rubocop fix: Lint/UnusedMethodArgument Commit: 8b49649708a161a29360bb99841d38da9cb5ee93 https://github.com/yast/yast-s390/commit/8b49649708a161a29360bb99841d38da9cb... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dasd/dialogs.rb M src/include/s390/iucvterminal-server/ui.rb M src/include/s390/onpanic/ui.rb M src/include/s390/zfcp/dialogs.rb Log Message: ----------- Rubocop fix: Style/FirstParameterIndentation Commit: 79878b587fd0c2dfd6768bba6f9686ac836e905b https://github.com/yast/yast-s390/commit/79878b587fd0c2dfd6768bba6f9686ac836... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dasd/dialogs.rb M src/include/s390/iucvterminal-server/ui.rb M src/include/s390/onpanic/ui.rb M src/include/s390/zfcp/dialogs.rb Log Message: ----------- Rubocop fix: Style/ClosingParenthesisIndentation Commit: 23e2eb338574283e0e43b2cb81a4fb6499d0d8c1 https://github.com/yast/yast-s390/commit/23e2eb338574283e0e43b2cb81a4fb6499d... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dasd/dialogs.rb M src/include/s390/iucvterminal-server/ui.rb M src/include/s390/onpanic/ui.rb Log Message: ----------- Rubocop fix: Style/AlignParameters Commit: 04267dd1892b3a992e4c96c1502820db87868ba8 https://github.com/yast/yast-s390/commit/04267dd1892b3a992e4c96c1502820db878... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dump/ui.rb M src/include/s390/iucvterminal/ui.rb M src/modules/DASDController.rb M src/modules/OnPanic.rb Log Message: ----------- Rubocop fix: Style/MultilineOperationIndentation Commit: 603d87291296dc9cdb3d4e1d6e1895715006c87a https://github.com/yast/yast-s390/commit/603d87291296dc9cdb3d4e1d6e189571500... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/clients/dasd_auto.rb M src/clients/zfcp_auto.rb M src/modules/DASDController.rb M src/modules/ZFCPController.rb Log Message: ----------- Rubocop fix: Style/ElseAlignment Commit: b285f219b5cdf6e76ff610c4f87807bde6fa8c05 https://github.com/yast/yast-s390/commit/b285f219b5cdf6e76ff610c4f87807bde6f... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dasd/dialogs.rb M src/include/s390/dump/ui.rb M src/include/s390/iucvterminal/ui.rb M src/modules/DASDController.rb Log Message: ----------- Rubocop fix: Style/CommentIndentation Commit: ead74c23e495cda3e251b4225f51c6a2afbf8914 https://github.com/yast/yast-s390/commit/ead74c23e495cda3e251b4225f51c6a2afb... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/iucvterminal-server/ui.rb M src/modules/IUCVTerminalServer.rb M test/zfcp_controller_test.rb Log Message: ----------- Rubocop fix: Style/BracesAroundHashParameters Commit: 7a9447421b9ec3c2c9a3a274ac85cb8ac98fadc4 https://github.com/yast/yast-s390/commit/7a9447421b9ec3c2c9a3a274ac85cb8ac98... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dasd/dialogs.rb M src/modules/DASDController.rb Log Message: ----------- Rubocop fix: Style/SpaceAroundBlockParameters Commit: bb56feb66758399377ff8825b5c4f751ceeade38 https://github.com/yast/yast-s390/commit/bb56feb66758399377ff8825b5c4f751cee... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/iucvterminal-server/ui.rb M src/modules/IUCVTerminalServer.rb M test/zfcp_controller_test.rb Log Message: ----------- Rubocop fix: Style/AlignHash Commit: be6286d72718d84cc3b8b7026e562ff26436f216 https://github.com/yast/yast-s390/commit/be6286d72718d84cc3b8b7026e562ff2643... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dasd/dialogs.rb M src/include/s390/dasd/wizards.rb Log Message: ----------- Rubocop fix: Style/EmptyLinesAroundModuleBody Commit: 1694b88972cefed06118960756dfce8fb37d53d0 https://github.com/yast/yast-s390/commit/1694b88972cefed06118960756dfce8fb37... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dasd/dialogs.rb M src/include/s390/dasd/helps.rb M src/include/s390/zfcp/helps.rb Log Message: ----------- Rubocop fix: Style/LineEndConcatenation Commit: 5a1d83d71724d7d5f34bb2e5381dee1dc4d450ba https://github.com/yast/yast-s390/commit/5a1d83d71724d7d5f34bb2e5381dee1dc4d... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/iucvterminal-server/ui.rb M src/modules/IUCVTerminalServer.rb Log Message: ----------- Rubocop fix: Style/AlignParameters Commit: 0cc2510516ab5625eb37c16f013b516791c54908 https://github.com/yast/yast-s390/commit/0cc2510516ab5625eb37c16f013b516791c... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dasd/dialogs.rb Log Message: ----------- Rubocop fix: Style/SpaceAfterNot Commit: 637d4af0935e57c4915234d03df520ec28e0cc57 https://github.com/yast/yast-s390/commit/637d4af0935e57c4915234d03df520ec28e... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/modules/DASDController.rb M src/modules/ZFCPController.rb Log Message: ----------- Rubocop fix: Style/BlockEndNewline Commit: da3a023e2bb6e073e9de84242041bd757c549658 https://github.com/yast/yast-s390/commit/da3a023e2bb6e073e9de84242041bd757c5... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dasd/dialogs.rb M src/modules/DASDController.rb M test/zfcp_controller_test.rb Log Message: ----------- Rubocop fix: Style/SpaceInsideParens Commit: dd8cfc7ad975470c66f21d90e68269d0d7a6d6d2 https://github.com/yast/yast-s390/commit/dd8cfc7ad975470c66f21d90e68269d0d7a... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/modules/ZFCPController.rb M test/zfcp_controller_test.rb Log Message: ----------- Rubocop fix: Style/SpaceAfterComma Commit: ff9a87d4d3734ccd67a07d91e96a583006f53b01 https://github.com/yast/yast-s390/commit/ff9a87d4d3734ccd67a07d91e96a583006f... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/modules/DASDController.rb M src/modules/ZFCPController.rb Log Message: ----------- Rubocop fix: Style/BlockDelimiters Commit: 3509baf2ba7ace1169f32b950825e0ed03af7f12 https://github.com/yast/yast-s390/commit/3509baf2ba7ace1169f32b950825e0ed03a... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dasd/dialogs.rb M src/modules/DASDController.rb Log Message: ----------- Rubocop fix: Style/RedundantReturn Commit: 44b59da8da645f0ebce787c2db71785afc715613 https://github.com/yast/yast-s390/commit/44b59da8da645f0ebce787c2db71785afc7... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/modules/DASDController.rb M test/zfcp_controller_test.rb Log Message: ----------- Rubocop fix: Style/SpaceAroundOperators Commit: 438f0bc077f2846f850dc4c41616ea7292b2d655 https://github.com/yast/yast-s390/commit/438f0bc077f2846f850dc4c41616ea7292b... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M test/dasd_controller_is_available_test.rb M test/zfcp_controller_test.rb Log Message: ----------- Rubocop fix: Style/SpaceInsideHashLiteralBraces Commit: 93876c7d74e7763570688cbeffaabc181f28230e https://github.com/yast/yast-s390/commit/93876c7d74e7763570688cbeffaabc181f2... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M test/zfcp_controller_test.rb Log Message: ----------- Rubocop fix: Style/AlignArray Commit: 129af4f39ffe63f31920235b587d02df12b3211f https://github.com/yast/yast-s390/commit/129af4f39ffe63f31920235b587d02df12b... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M test/test_helper.rb Log Message: ----------- Rubocop fix: Style/TrailingBlankLines Commit: 89fd7b91701a5f3824a443a5c26a86160d309d39 https://github.com/yast/yast-s390/commit/89fd7b91701a5f3824a443a5c26a86160d3... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dasd/dialogs.rb Log Message: ----------- Rubocop fix: Style/SymbolProc Commit: 023381eee622049a7dc18827de896082e0a5afe9 https://github.com/yast/yast-s390/commit/023381eee622049a7dc18827de896082e0a... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dasd/dialogs.rb Log Message: ----------- Rubocop fix: Style/RedundantParentheses Commit: c48a15187e2d9513166a6d287724aafeeec5ace6 https://github.com/yast/yast-s390/commit/c48a15187e2d9513166a6d287724aafeeec... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dasd/dialogs.rb M src/include/s390/dasd/wizards.rb M src/modules/ZFCPController.rb M test/zfcp_controller_test.rb Log Message: ----------- Rubocop fix: Style/MethodCallParentheses Commit: 3f6fef98caa59e2815912021aaa8f8d7b7bc4e6a https://github.com/yast/yast-s390/commit/3f6fef98caa59e2815912021aaa8f8d7b7b... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dasd/wizards.rb Log Message: ----------- Rubocop fix: Style/Lambda Commit: 87b3f09eafff24bb96aaf2598771d2a2de3985c7 https://github.com/yast/yast-s390/commit/87b3f09eafff24bb96aaf2598771d2a2de3... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/modules/DASDController.rb M src/modules/ZFCPController.rb Log Message: ----------- Rubocop fix: Style/MultilineBlockLayout Commit: 40f7a1c599f21bf045bbe6c39dad5f4de709d56c https://github.com/yast/yast-s390/commit/40f7a1c599f21bf045bbe6c39dad5f4de70... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/include/s390/dasd/dialogs.rb Log Message: ----------- Rubocop fix: Style/EmptyLinesAroundMethodBody Commit: 43cfba27a0d2257985452c3a1901578fa135aa52 https://github.com/yast/yast-s390/commit/43cfba27a0d2257985452c3a1901578fa13... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/modules/DASDController.rb Log Message: ----------- Rubocop fix: Style/EmptyLinesAroundClassBody Commit: 5704890fca280b2176c7c13213191b6c5e94ac97 https://github.com/yast/yast-s390/commit/5704890fca280b2176c7c13213191b6c5e9... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/modules/DASDController.rb M src/modules/ZFCPController.rb Log Message: ----------- Rubocop fix: Style/IndentationWidth Commit: d5f87511b5fa11202f91a74a8b9bf945d5b42eab https://github.com/yast/yast-s390/commit/d5f87511b5fa11202f91a74a8b9bf945d5b... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/modules/DASDController.rb M src/modules/ZFCPController.rb M test/dasd_controller_is_available_test.rb M test/zfcp_controller_test.rb Log Message: ----------- Rubocop fix: Style/ColonMethodCall Commit: f2478d0a21b9fce0f9fbac8ccf99f09db236dbbc https://github.com/yast/yast-s390/commit/f2478d0a21b9fce0f9fbac8ccf99f09db23... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/modules/ZFCPController.rb Log Message: ----------- Rubocop fix: Style/EmptyLines Commit: 76176bc72e36c32be4fca07df856c82880e7c002 https://github.com/yast/yast-s390/commit/76176bc72e36c32be4fca07df856c82880e... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/modules/DASDController.rb M src/modules/ZFCPController.rb Log Message: ----------- Rubocop fix: Style/IndentationWidth Commit: 3923cedb572b8de5043bf55db7b56d29f4796916 https://github.com/yast/yast-s390/commit/3923cedb572b8de5043bf55db7b56d29f47... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/modules/IUCVTerminal.rb Log Message: ----------- Rubocop fix: Style/SpaceBeforeBlockBraces Commit: cb3bb302e7cf6f308841b819e502d54cb2acfa04 https://github.com/yast/yast-s390/commit/cb3bb302e7cf6f308841b819e502d54cb2a... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M test/zfcp_controller_test.rb Log Message: ----------- Rubocop fix: Style/MultilineMethodCallBraceLayout Commit: 8eb78807467c73c69b36faec17b0b70c54aff580 https://github.com/yast/yast-s390/commit/8eb78807467c73c69b36faec17b0b70c54a... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M src/modules/DASDController.rb Log Message: ----------- Rubocop fix: Style/PreferredHashMethods Compare: https://github.com/yast/yast-s390/compare/876584ec437f...8eb78807467c