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 = [
|
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,
|
||||||
|
|
Loading…
Reference in New Issue