/sniff

Primary LanguageGo

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