package com.coffeelint.cli; public class LintResult { public CoffeeLint coffeeLint = new CoffeeLint(); public String errorOutput; }