-
Notifications
You must be signed in to change notification settings - Fork 201
InnerSource Repository and Org Linter #730
-
There is already some information available here: InnerSourceCommons/ispo-working-group#79
There was also a presentation at the summit https://innersourcecommons.org/events/isc-2024/ about the SAP InnerSource linter.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments 1 reply
-
Copying the info from the Summit talk:
Benjamin Ihrig (SAP SE) / Repository Linter@SAP
At SAP, InnerSource practices are increasingly becoming adopted as an essential part of our software development process, promoting collaboration, innovation and efficient code reuse. Ensuring consistency and quality across numerous repositories is challenging. To address this, we built an internal repository linter to standardize configurations and InnerSource-relevant content, while also providing automated fixes for detected issues. This session will share our journey of developing and piloting this tool to enhance repository quality and uniformity. Participants will gain insights into the rationale behind the linter, its implementation and the standards it aims to enforce.
Beta Was this translation helpful? Give feedback.
All reactions
-
Is this idea more suitable for an entirely new pattern, or could it be expressed as multiple smaller extensions to existing patterns?
Elaborating on the latter:
For the Standard Base Documentation we could add text like
You can make it easier for your users to stick to these standard files by offering a linter that will do XYZ
Beta Was this translation helpful? Give feedback.
All reactions
-
I have not thought too much about this yet, but I think it should be a dedicate pattern that links to other patterns.
Beta Was this translation helpful? Give feedback.