# 린팅 구성

**URL:** https://meta.discourse.org/t/linting-configuration/321051
**Category:** Development
**Tags:** development
**Created:** [8월 10, 2024, 6:45오후 UTC](https://meta.discourse.org/t/linting-configuration/321051 "2024-08-10T18:45:58Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![gormus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gormus/32/428592_2.png) [@gormus](https://meta.discourse.org/u/gormus)
#### Post date: [8월 11, 2024, 8:12오후 UTC](https://meta.discourse.org/t/linting-configuration/321051/7 "2024-08-11T20:12:08Z")

</div>

> [@Discourse](#):
>
> ## 업그레이드
> 
> ```plaintext
> gem update discourse_theme
> 
> ```

감사합니다. 그게 문제였네요. 이제 버전을 확인할 수 있습니다(이전에는 버전이 표시되지 않았습니다):

```plaintext
discourse_theme --version
2.1.2

```

…그리고 업데이트된 명령어 목록도 확인했습니다:

```plaintext
discourse_theme --help
Usage: discourse_theme COMMAND [DIR] [OPTIONS]

Commands:
  new DIR - Creates a new theme in the specified directory.
  download DIR - Downloads a theme from the server and stores it in the specified directory.
  upload DIR - Uploads the theme from the specified directory to Discourse.
  watch DIR - Watches the theme in the specified directory and synchronizes any changes with Discourse.
  rspec DIR [OPTIONS] - Runs the RSpec tests in the specified directory. The tests can be run using a local Discourse repository or a Docker container.
    --headful - Runs the RSpec system type tests in headful mode. Applies to both modes.

    If specified directory has been configured to run in a Docker container, the additional options are supported.
    --rebuild - Forces a rebuilds of Docker container.
    --verbose - Runs the command to prepare the Docker container in verbose mode.

Global Options:
  --reset - Resets the configuration for the specified directory.

```

물론 생성된 스켈레톤도 더 최신 버전입니다. 😃

---

_[View the full topic](https://meta.discourse.org/t/linting-configuration/321051)._
