Fixes Rubocop AllCops Exclude exact file names
This commit is contained in:
parent
6f1bd1b225
commit
05b20e61c9
|
@ -62,7 +62,7 @@ module.exports = class Rubocop extends Beautifier
|
|||
rubocopArguments = [
|
||||
"--auto-correct"
|
||||
"--force-exclusion"
|
||||
"--stdin", "atom-beautify.rb" # filename is required but not used
|
||||
"--stdin", fullPath or "atom-beautify.rb" # --stdin requires an argument
|
||||
]
|
||||
exeOptions = {
|
||||
ignoreReturnCode: true,
|
||||
|
|
Loading…
Reference in New Issue