--- include: - Rakefile - Gemfile - "*.gemspec" - "**/*.rb" exclude: - spec/**/* - test/**/* - vendor/**/* - ".bundle/**/*" require: [] domains: [] reporters: - rubocop - require_not_found formatter: rubocop: cops: safe except: [] only: - Syntax - Lint extra_args: [] type_checker: rules: {} require_paths: [] plugins: [] max_files: 5000