Skip to content

Commit

Permalink
docs: simplify README by removing redundant code analysis steps
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsu3 committed Jan 25, 2025
1 parent b662ff5 commit 55695a5
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,37 +184,14 @@ Then, follow these steps to build the Linux executable:
To ensure code quality and identify potential issues, perform the following
analysis steps:

1. **Calculate Code Metrics**

Generate code metrics for the lib directory:

```bash
dcm calculate-metrics lib
```

or

```bash
dart run dart_code_linter:metrics lib --reporter=html -o metrics
```

2. **Analyze Code**
1. **Analyze Code**

Analyze the project to catch syntax errors, type issues, and other code problems:

```bash
flutter analyze
dcm analyze lib
```

3. **Check Unused Files**

Identify unused files in the lib directory:

```bash
dcm check-unused-files lib
```

### CI/CD Secrets Management

To store and manage secrets required for GitHub Actions, refer to the
Expand Down

0 comments on commit 55695a5

Please sign in to comment.