Skip to content

GCC-DIMNT-CPTEC/codereviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codereviewer

Tool for automated Fortran Code Review based on GCC rules Version 0.1.0

Language used: Python

Programming paradigm -Object-oriented programming (OOP)

codereviewer README.md LICENSE src/ tests/ Makefile requirements.txt

History

Version 0.1.0 - initial version

Installation instructions

  • Check for java installed (default-jre). If not installed: sudo apt install default-jre

  • Create and activate a virtual env:

python3 -m venv .venv
source .venv/bin/activate
  • Install requirements:
make init
  • Test
make test