module Reviser

Reviser => a semi-automatic tool for student’s projects evaluation

Copyright © 2015 Renan Strauss Copyright © 2015 Yann Prono Copyright © 2015 Romain Ruez Copyright © 2015 Anthony Cerf

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <www.gnu.org/licenses/>.

Reviser => a semi-automatic tool for student’s projects evaluation

Copyright © 2015 Renan Strauss Copyright © 2015 Yann Prono Copyright © 2015 Romain Ruez Copyright © 2015 Anthony Cerf

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <www.gnu.org/licenses/>.

Manage criteria and labels.

@example Call a criterion (in the config File):

criteria:
  - :count_lines: Number of lines
  - :list_files: List of all files
  - :<method>: <label of method>

@author Yann Prono @author Renan Strauss

Class which organizes all directories for use them with git. Its another component of the project

@author Romain Ruez @author Anthony Cerf

Reviser => a semi-automatic tool for student’s projects evaluation

Copyright © 2015 Renan Strauss Copyright © 2015 Yann Prono Copyright © 2015 Romain Ruez Copyright © 2015 Anthony Cerf

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <www.gnu.org/licenses/>.