diff --git a/.codeclimate.yml b/.codeclimate.yml index 86283d1ccb..8a610feade 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -5,23 +5,6 @@ plugins: channel: "rubocop-1-12" config: file: ".rubocop.yml" - scss-lint: - enabled: true - checks: - ImportantRule: - enabled: false - VendorPrefix: - enabled: false - LeadingZero: - enabled: false - PropertySortOrder: - enabled: false - StringQuotes: - enabled: false - DeclarationOrder: - enabled: false - NestingDepth: - enabled: false duplication: enabled: true diff --git a/.hound.yml b/.hound.yml index 19ee0c5037..b12f72a3e1 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,4 +1,2 @@ rubocop: config_file: .rubocop_styleguide.yml -scss: - config_file: .scss-lint.yml diff --git a/.scss-lint.yml b/.scss-lint.yml deleted file mode 100644 index afe8949d1a..0000000000 --- a/.scss-lint.yml +++ /dev/null @@ -1,19 +0,0 @@ -scss_files: 'app/assets/stylesheets/**/*.css.scss' - -exclude: 'app/assets/stylesheets/shared/**' - -linters: - ImportantRule: - enabled: false - VendorPrefix: - enabled: false - LeadingZero: - enabled: false - PropertySortOrder: - enabled: false - StringQuotes: - enabled: false - DeclarationOrder: - enabled: false - NestingDepth: - enabled: false