Skip to content

Commit

Permalink
Minimize README.md and replace links to https://ktlint.github.io/ with
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-dingemans committed Jul 25, 2022
1 parent 4c48f63 commit e0693a0
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 836 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1100,8 +1100,8 @@ path/to/file.kt
path/to/another-file.kt
1:10 Unnecessary semicolon.
```
- [string-template](https://ktlint.github.io/#rule-string-template),
[no-empty-class-body](https://ktlint.github.io/#rule-empty-class-body),
- [string-template](https://pinterest.github.io/ktlint/rules/standard/#string-template),
[no-empty-class-body](https://pinterest.github.io/ktlint/rules/standard/#no-empty-class-bodies),
max-line-length ([#47](https://github.com/shyiko/ktlint/issues/47)),
final-newline (activated only if `insert_final_newline` is set in `.editorconfig` (under `[*.{kt,kts}]`)) rules.
- `--limit` CLI option (e.g. use `--limit=10` to limit the number of errors to display).
Expand Down Expand Up @@ -1162,8 +1162,8 @@ set in `[*{kt,kts}]` section).

### Added

- [no-unit-return](https://ktlint.github.io/#rule-unit-return) rule.
- [modifier-order](https://ktlint.github.io/#rule-modifier-order) rule ([#42](https://github.com/shyiko/ktlint/issues/42)).
- [no-unit-return](https://pinterest.github.io/ktlint/rules/standard/#no-unit-as-return-type) rule.
- [modifier-order](https://pinterest.github.io/ktlint/rules/standard/#modifier-order) rule ([#42](https://github.com/shyiko/ktlint/issues/42)).
- `else/catch/finally` on the same line as `}` check (now part of "keyword-spacing" rule).
- `ktlint-intellij-idea-integration` binary for easy Intellij IDEA config injection.

Expand Down

0 comments on commit e0693a0

Please sign in to comment.