Sha256: a113f2fbc24f29d1d0c45d3b8d9abd07a5bb8f179e02ed55d42ae01f89648f7f
Contents?: true
Size: 686 Bytes
Versions: 6
Compression:
Stored size: 686 Bytes
Contents
check_name: 'RuboCop' # Instead of installing gems from rubygems, we can run `bundle install` on your project, # you would need to do this if you are using something like 'rubocop-github' or if you don't # want to list out dependencies with the `versions` key. # Valid options: true || false # Default: false bundle: true # The scope of code that Rubocop should lint. Use this if you only want to lint changed files. If this is not set # or not equal to 'modified', Rubocop is run against the entire codebase. Note that this will not work on the main branch. # Valid options: 'modified' # Default: nil check_scope: 'modified' rubocop_force_exclusion: true base_branch: "origin/main"
Version data entries
6 entries across 6 versions & 1 rubygems