Created
September 4, 2020 14:33
-
-
Save tonyvince/3f9d7db952f2377a2f0555fb8b27696f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .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