Skip to content

Commit

Permalink
Remove deprecated linters
Browse files Browse the repository at this point in the history
  - CSS_SCSSLINT: [Project discontinued and advising to use stylelint](https://github.com/sds/scss-lint#notice-consider-other-tools-before-adopting-scss-lint)
  - OPENAPI_SPECTRAL: Replaced by API_SPECTRAL (same linter but more formats handled)
  • Loading branch information
nvuillam committed Aug 11, 2024
1 parent a314cb9 commit bcfb39b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 75 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"Programmez",
"QIDAQAB",
"RQASWB",
"SCSSLINT",
"Stéphane",
"Ywarn",
"abefhkmnptuvx",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l

- New linters

- Removed deprecated linters
- CSS_SCSSLINT: [Project discontinued and advising to use stylelint](https://github.com/sds/scss-lint#notice-consider-other-tools-before-adopting-scss-lint)
- OPENAPI_SPECTRAL: Replaced by API_SPECTRAL (same linter but more formats handled)

- Core
- Allow to override CLI_LINT_MODE when defined as project
- Allow to use absolute paths for LINTER_RULES_PATH
Expand Down
32 changes: 0 additions & 32 deletions megalinter/descriptors/css.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,35 +50,3 @@ linters:
vscode:
- name: vscode-stylelint
url: https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint
# SCSS Lint
- linter_name: scss-lint
name: CSS_SCSS_LINT
deprecated: true
deprecated_description: https://github.com/sds/scss-lint#notice-consider-other-tools-before-adopting-scss-lint
file_extensions:
- ".scss"
- ".saas"
linter_url: https://github.com/sds/scss-lint
linter_repo: https://github.com/sds/scss-lint
linter_banner_image_url: https://raw.githubusercontent.com/sds/scss-lint/master/logo/horizontal.png
linter_rules_configuration_url: https://github.com/sds/scss-lint#configuration
linter_rules_inline_disable_url: https://stylelint.io/user-guide/ignore-code
config_file_name: .scss-lint.yml
test_folder: scss
examples:
- "scss-lint myfile.scss"
- "scss-lint -config .scss-lint.yml myfile.scss"
install:
gem:
- scss_lint
ide:
atom:
- name: linter-scss-lint
url: https://atom.io/packages/linter-scss-lint
idea:
- name: scss-lint-plugin
url: https://plugins.jetbrains.com/plugin/7530-scss-lint
id: com.wix.scss.lint
vscode:
- name: scss-lint
url: https://marketplace.visualstudio.com/items?itemName=adamwalzer.scss-lint
43 changes: 0 additions & 43 deletions megalinter/descriptors/openapi.megalinter-descriptor.yml

This file was deleted.

0 comments on commit bcfb39b

Please sign in to comment.