#!/usr/bin/env ruby
# frozen_string_literal: true

require "quality_gate"

exit QualityGate::CLI.run(ARGV, dir: Dir.pwd)
