Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ also be explicitly required with their stability flag.

## Usage

1. Create `easy-coding-standard.yml` file in root directory of your project and import the LMC code-style rules:
1. Create `easy-coding-standard.yaml` file in root directory of your project and import the LMC code-style rules:

```yaml
imports:
- { resource: 'vendor/lmc/coding-standard/easy-coding-standard.yml' }
- { resource: 'vendor/lmc/coding-standard/easy-coding-standard.yaml' }
```

2. Run the check command (for `src/` and `tests/` directories):
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion yaml-sort-checker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
files:
easy-coding-standard.yml:
easy-coding-standard.yaml:
depth: 3
excludedKeys:
0: parameters
Expand Down