Skip to content

Commit

Permalink
Bugfix/corrected readme (#1384)
Browse files Browse the repository at this point in the history
### Whats added:
* Add ReadMe in Info - contains a guide for updating `codestyle` in main `readme`
* Corrected code style in guide-chapter-3.md

### Issue(#1381)
  • Loading branch information
Arrgentum authored Jun 22, 2022
1 parent a34c513 commit 79a55c8
Show file tree
Hide file tree
Showing 3 changed files with 592 additions and 299 deletions.
13 changes: 13 additions & 0 deletions info/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# UPDATE THE MAIN [README.md](../README.md)

#### To update the codestyle text in the main [README.md](../README.md):

* You **NEED TO CHANGE** the content of the file `guide-chapter-<N>.md`, contained in `info/guide`, the corresponding section of the rules that you changed / added.

* ```console
$ cd info/
$ ./gradlew :generateFullDoc
$ ./gradlew :generateAvailableRules
```

#### You **DO NOT NEED TO CHANGE** the content of the [`diktat-coding-convention.md`](guide/diktat-coding-convention.md) file.
Loading

0 comments on commit 79a55c8

Please sign in to comment.