/codereviewer-JMAS

Primary LanguageFortranGNU General Public License v3.0GPL-3.0

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