-
Notifications
You must be signed in to change notification settings - Fork 112
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
Update configuration files to match latest version #11
Conversation
Hey! Thanks for the PR! Are you also able to update the |
Sure @dcshzj , I've updated my PR to update the other config file. Do let me know if you need anything else updated. Thanks in advance. |
configs/repo-config.csv
Outdated
@@ -1,2 +1,2 @@ | |||
Repository's Location,Branch,File formats,Ignore Glob List,Ignore standalone config,Ignore Commits List,Ignore Authors List | |||
https://github.com/reposense/RepoSense.git,master,,,,, | |||
Repository's Location,Branch,File formats,Ignore Glob List,Ignore standalone config,Ignore Commits List,Ignore Authors List,Shallow Cloning,Find Previous Authors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like a number of columns are still missing, do refer to the documentation on the full list of columns that should be present:
- File Size Limit
- Ignore File Size Limit
- Skip Ignored File Analysis
If possible, do also follow the order that is presented in the user guide so it is easier for our users to follow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, my bad, I was following the config file in the reposense repo. I've updated and ordered them according the the docs. Let me know if you need any more changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RyanCheungJF The newline needs to be added as well, currently the repo-config.csv
file is missing a final newline.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Resolves #1768.
Based changes off the latest commit on the
author-config.csv
in the main repo as shown here. Mainly, two fields are changed.