-
Notifications
You must be signed in to change notification settings - Fork 7
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
Diver - Lines of codes and useful metrics #28
Labels
enhancement
New feature or request
feature-diver
Enhancement related to the diver feature
feature-new
Enhancement for a new feature (which has not its GitHub label)
next-release
Scheduled in next release of project
Comments
pylapp
added
feature-diver
Enhancement related to the diver feature
feature-new
Enhancement for a new feature (which has not its GitHub label)
labels
Dec 20, 2021
pylapp
changed the title
Diver - Count lines of codes
Diver -Lines of codes and useful metrics
Jan 24, 2022
pylapp
changed the title
Diver -Lines of codes and useful metrics
Diver - Lines of codes and useful metrics
Jan 24, 2022
pylapp
added
enhancement
New feature or request
and removed
feature-new
Enhancement for a new feature (which has not its GitHub label)
labels
Jan 25, 2022
pylapp
added
the
feature-new
Enhancement for a new feature (which has not its GitHub label)
label
Mar 8, 2022
pylapp
added a commit
that referenced
this issue
Jul 18, 2023
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
pylapp
added a commit
that referenced
this issue
Jul 18, 2023
- Add script to call cloc - Update dry-run - Improve README Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
pylapp
added a commit
that referenced
this issue
Jul 18, 2023
Merged
pylapp
added a commit
that referenced
this issue
Jul 18, 2023
* feat(#28): count of lines in script (#88) - Add script to call cloc - Update dry-run - Improve README Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> * doc(#87): add DCO sample (#89) Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> * doc(#90): add security policy for repository (#91) Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> * chore(#86): remove data test samples for release archives (#92) Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> * [#85] [#93] Update README, dry-run files (#94) * doc(#85): split main README to four Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> * doc(#85): split REAMDE, update dry-run (#93) and licenses files Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> --------- Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> * Prepare version 2.12.0 Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> --------- Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
pylapp
added a commit
that referenced
this issue
Jul 19, 2023
* feat(#28): count of lines in script (#88) - Add script to call cloc - Update dry-run - Improve README Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> * doc(#87): add DCO sample (#89) Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> * doc(#90): add security policy for repository (#91) Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> * chore(#86): remove data test samples for release archives (#92) Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> * [#85] [#93] Update README, dry-run files (#94) * doc(#85): split main README to four Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> * doc(#85): split REAMDE, update dry-run (#93) and licenses files Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> --------- Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> * Prepare version 2.12.0 Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> * fix(#96): broken hyperlinks in README menus Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> * feat(#98): metrics computation from Git URL or directory path (#99) - Breaking public API - New options Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> * Prepare version 2.13.0 Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> --------- Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
feature-diver
Enhancement related to the diver feature
feature-new
Enhancement for a new feature (which has not its GitHub label)
next-release
Scheduled in next release of project
As an open source referent,
I want to compute the number of lines of code
So that I can sent this information to colleagues who need it.
Input: Target project folder
Output: Plain text
Library: Cloc
Add an entry in the wiki to run this feature for all projects of organisation (add code sample).
The text was updated successfully, but these errors were encountered: