Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b6ccd2a

Browse files
authored
Update with deprecation notice.md
1 parent 318020b commit b6ccd2a

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

README.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,31 @@
1-
# Code Climate CSSLint Engine
1+
# Try Qlty today, the newest edition of Code Climate Quality.
2+
#### This repository is deprecated and archived.
23

3-
[![Code Climate](https://codeclimate.com/repos/558419b6e30ba012290173f6/badges/85c90e6df38db8a9492d/gpa.svg)](https://codeclimate.com/repos/558419b6e30ba012290173f6/feed)
4+
This is a repository for a Code Climate Quality plugin which is packaged as a Docker image.
45

5-
`codeclimate-csslint` is a Code Climate engine that wraps [CSSLint](https://github.com/CSSLint/csslint). You can run it on your command line using the Code Climate CLI, or on our hosted analysis platform.
6+
Code Climate Quality is being replaced with the new [Qlty](qlty.sh) code quality platform. Qlty uses a new plugin system which does not require packaging plugins as Docker images.
67

7-
CSSLint helps point out problems with your CSS code. It does basic syntax checking as well as applying a set of rules that look for problematic patterns or signs of inefficiency. Each rule is pluggable, so you can easily write your own or omit ones you don't want.
8+
As a result, this repository is no longer maintained and has been archived.
89

9-
### Installation
10+
## Advantages of Qlty plugins
11+
The new Qlty plugins system provides key advantages over the older, Docker-based plugin system:
1012

11-
1. If you haven't already, [install the Code Climate CLI](https://github.com/codeclimate/codeclimate).
12-
2. Run `codeclimate engines:enable csslint`. This command both installs the engine and enables it in your `.codeclimate.yml` file.
13-
3. You're ready to analyze! Browse into your project's folder and run `codeclimate analyze`.
13+
- Linting runs much faster without the overhead of virtualization
14+
- New versions of linters are available immediately without needing to wait for a re-packaged release
15+
- Plugins can be run with any arbitrary extensions (like extra rules and configs) without requiring pre-packaging
16+
- Eliminates security issues associated with exposing a Docker daemon
1417

15-
### Need help?
18+
## Try out Qlty today free
1619

17-
For help with CSSLint, [check out their documentation](https://github.com/CSSLint/csslint).
20+
[Qlty CLI](https://docs.qlty.sh/cli/quickstart) is the fastest linter and auto-formatter for polyglot teams. It is completely free and available for Mac, Windows, and Linux.
1821

19-
If you're running into a Code Climate issue, first look over this project's [GitHub Issues](https://github.com/codeclimate/codeclimate-csslint/issues), as your question may have already been covered. If not, [go ahead and open a support ticket with us](https://codeclimate.com/help).
22+
- Install Qlty CLI:
23+
`
24+
curl https://qlty.sh | sh # Mac or Linux
25+
`
26+
or ` <windows install line> `
27+
28+
[Qlty Cloud](https://docs.qlty.sh/cloud/quickstart) is a full code health platform for integrating code quality into development team workflows. It is free for unlimited private contributors.
29+
- [Try Qlty Cloud today](https://docs.qlty.sh/cloud/quickstart)
30+
31+
**Note**: For existing customers of Quality, please see our [Migration Guide](https://docs.qlty.sh/migration/guide) for more information and resources.

0 commit comments

Comments
 (0)