aboutsummaryrefslogtreecommitdiff
path: root/docs/ok.md
blob: 3f62c703bc7a8b0f5cfa24db23aa6961861ed3f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ok

The [.ok](../.ok) file within the root directory is a file which is used to run various shell
commands in order, usually for testing.

## Current configuration (outdated)
1. Lint and fix fixable linting warnings based on the [rustfmt.toml](../rustfmt.toml) file
2. Check for lint warnings and display
3. Check for any warnings and compilation errors

## Usage

### Prerequisites

An ok-file executor, I recommend [ok](https://github.com/juev/ok).

P.S.
Bonus points for being written in Rust!

### Executing
```shell
$ ok # In the root directory of this repository
```