carloshgr / sniff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sniff

Sniff is a comprehensive database of code reviews about code smells. This repository provides the essentials to replicate its construction.

Prerequisites

Usage

To get started with Sniff, follow these steps:

  1. Create .env:
cp .env.example .env
  1. Paste your GitHub token in .env.

  2. Build the application:

go build src/main.go
  1. Run the application:
./main

About


Languages

Language:Go 94.2%Language:Dockerfile 5.3%Language:Makefile 0.5%