Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Fix module naming typo in multi-module and multi-module-not-on-root-with-correct-config tests. #254

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Daniel-Khodabakhsh
Copy link

@Daniel-Khodabakhsh Daniel-Khodabakhsh commented Nov 7, 2022

The module names were mixed up in a few places in src/sbt-test/sbt-sonar/:

  • multi-module: Removed explicit name assignment because it matches the module val name, which SBT will automatically assign as the name as per the documentation.
  • multi-module-not-on-root-with-correct-config: Fixed the names used for the modules.

@Daniel-Khodabakhsh Daniel-Khodabakhsh changed the title Fix module naming typo. Fix module naming typo in multi-module-not-on-root-with-correct-config test. Nov 7, 2022
SBT automatically assigns module names equal to the val name if the `name` property is omitted.
Leverage this for modules `module1` and `module2`.
@Daniel-Khodabakhsh Daniel-Khodabakhsh changed the title Fix module naming typo in multi-module-not-on-root-with-correct-config test. Fix module naming typo in multi-module and multi-module-not-on-root-with-correct-config tests. Nov 7, 2022
@Daniel-Khodabakhsh
Copy link
Author

Hey @mwz, I noticed you committed a fix for the third multi-module project in this same folder here: f107240
This PR I have open right now fixes the other two multi-module projects in a similar way.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant