Skip to content

Commit

Permalink
chore: linting and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mohiiit committed Dec 18, 2024
1 parent d4ea510 commit 11f98c7
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 61 deletions.
3 changes: 2 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"MD045": false,
"MD003": false,
"MD013": {
"code_blocks": false
"code_blocks": false,
"line_length": 120
}
}
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ The Madara orchestrator is designed to be an additional service which runs in
parallel to Madara and handles various critical jobs that ensure proper block
processing, proof generation, data submission and state transitions.

> 📝 **Note**: These instructions are verified for Ubuntu systems. While most steps remain similar for macOS, some package names and installation commands may differ.
> 📝 **Note**: These instructions are verified for Ubuntu systems. While most steps remain similar
> for macOS, some package names and installation commands may differ.
## Table of Contents

Expand Down Expand Up @@ -330,7 +331,8 @@ AWS_SECRET_ACCESS_KEY=<your-secret>
AWS_REGION=<your-region>
```

Note: These configurations are also picked up from your AWS credentials file (~/.aws/credentials) or environment variables if not specified in the .env file.
Note: These configurations are also picked up from your AWS credentials file (~/.aws/credentials)
or environment variables if not specified in the .env file.

### Prover Configuration

Expand Down Expand Up @@ -432,7 +434,8 @@ This command:
- Excludes E2E tests from coverage analysis
- Runs tests sequentially (single thread)
- Continues testing even if failures occur
- Enables debug logging and full backtraces for better error diagnosis
- Enables debug logging and full backtraces for better error
diagnosis

The coverage report (`lcov.info`) can be used with various code coverage
visualization tools.
Expand Down
Loading

0 comments on commit 11f98c7

Please sign in to comment.