Skip to content

Commit

Permalink
Update linting references
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nickcharlton committed Jan 3, 2025
1 parent d5c3c56 commit 6f1c9f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .hound.yml

This file was deleted.

5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This project uses:
* Sass
* [BEM]-style CSS selectors, with [namespaces]
* Autoprefixer
* SCSS-Lint, with [Hound] ([configuration](.scss-lint.yml))
* SCSS-Lint, with [stylelint] ([configuration](stylelint-config))
* A variety of CSS units:
- `em` for typographical-related elements
- `rem` for lengths related to components
Expand All @@ -79,7 +79,8 @@ This project uses:

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

## Labels

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

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

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

0 comments on commit 6f1c9f5

Please sign in to comment.