Fixes Rubocop AllCops Exclude exact file names

This commit is contained in:
Brian Bugh 2018-06-13 15:40:00 -05:00
parent 6f1bd1b225
commit 05b20e61c9
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ module.exports = class Rubocop extends Beautifier
rubocopArguments = [ rubocopArguments = [
"--auto-correct" "--auto-correct"
"--force-exclusion" "--force-exclusion"
"--stdin", "atom-beautify.rb" # filename is required but not used "--stdin", fullPath or "atom-beautify.rb" # --stdin requires an argument
] ]
exeOptions = { exeOptions = {
ignoreReturnCode: true, ignoreReturnCode: true,