diff --git a/.rubocop.yml b/.rubocop.yml index 2a160c4e..238cb097 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -28,6 +28,10 @@ DotPosition: FormatString: Enabled: false +FileName: + Exclude: + - 'bin/scss-lint' + IfUnlessModifier: Enabled: false