Skip to content

Commit f88d3ae

Browse files
authored
Update linting references (#2530)
Since #2508 and #2492, we no longer use Hound, this removes the last reference of it and it's configuration. We also haven't had a working Code Climate configuration for a while, so this removes that too.
1 parent a09ad48 commit f88d3ae

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

.hound.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This project uses:
7070
* Sass
7171
* [BEM]-style CSS selectors, with [namespaces]
7272
* Autoprefixer
73-
* SCSS-Lint, with [Hound] ([configuration](.scss-lint.yml))
73+
* SCSS-Lint, with [stylelint] ([configuration](stylelint-config))
7474
* A variety of CSS units:
7575
- `em` for typographical-related elements
7676
- `rem` for lengths related to components
@@ -79,7 +79,8 @@ This project uses:
7979

8080
[BEM]: http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/
8181
[namespaces]: http://csswizardry.com/2015/03/more-transparent-ui-code-with-namespaces/
82-
[Hound]: https://houndci.com/
82+
[stylelint]: https://stylelint.io
83+
[stylelint-config]: https://github.com/thoughtbot/stylelint-config
8384

8485
## Labels
8586

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
[![CircleCI](https://img.shields.io/circleci/project/github/thoughtbot/administrate.svg)](https://circleci.com/gh/thoughtbot/administrate/tree/main)
44
[![Gem Version](https://badge.fury.io/rb/administrate.svg)](https://badge.fury.io/rb/administrate)
5-
[![Code Climate](https://codeclimate.com/github/thoughtbot/administrate/badges/gpa.svg)](https://codeclimate.com/github/thoughtbot/administrate)
6-
[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)
75

86
A framework for creating flexible, powerful admin dashboards in Rails.
97
[Try the demo][demo].

0 commit comments

Comments
 (0)