Skip to content

Instantly share code, notes, and snippets.

@tonyvince
Created September 4, 2020 14:33
Show Gist options
  • Save tonyvince/3f9d7db952f2377a2f0555fb8b27696f to your computer and use it in GitHub Desktop.
Save tonyvince/3f9d7db952f2377a2f0555fb8b27696f to your computer and use it in GitHub Desktop.
# .github/config/rubocop_linter_action.yml
# Description: 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 master branch.
# Valid options: 'modified'
# Default: nil
check_scope: 'modified'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment