nus-cs2103-AY1920S1 / forum

Forum
1 stars 1 forks source link

Encountered error while trying to integrate reposense #139

Open lawncegoh opened 5 years ago

lawncegoh commented 5 years ago

Environment

Describe your development environment

Issue

Tried to integrate reposense into the repo but encountered errors while doing so that didn't allow for reading of the report

Screenshot 2019-10-21 at 8 56 02 PM

damithc commented 5 years ago

It looks like some file types in your repo are not to the liking of RepoSense. Try specifying the file types you want to analyze in your command. e.g., --formats java adoc fxml sh bat gradle txt css puml

lawncegoh commented 5 years ago

@damithc I ran it with this command and it worked and I was able to see the report, but not with the usual command. What are the files I am missing?

damithc commented 5 years ago

I ran it with this command and it worked and I was able to see the report, but not with the usual command. What are the files I am missing?

java adoc fxml sh bat gradle txt css puml are the file types we normally consider when grading source code. What other types of files have you authored that you want to include in the analysis?

damithc commented 5 years ago

@lawncegoh resolved?

lawncegoh commented 5 years ago

If the above files are those we want to be considered, that means our group's reposense is fine right? Given the fact that we do not need to include any other types of files @damithc

damithc commented 5 years ago

Yes, that's right @lawncegoh