#!/usr/bin/env ruby # frozen_string_literal: true # Always look in the lib directory of this gem # first when searching the load path $LOAD_PATH.unshift File.expand_path('../lib', __dir__) require 'fast_ci/ruby_critic/cli/application' exit FastCI::RubyCritic::Cli::Application.new(ARGV + ["--format", "json"]).execute