Skip to content

Commit

Permalink
Updates to the codestyle
Browse files Browse the repository at this point in the history
### What's done:
Regenerated the codestyle
  • Loading branch information
orchestr7 committed Jan 12, 2021
1 parent 9bfac8a commit 00aa23d
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 112 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Now diKTat was already added to the lists of [static analysis tools](https://git

| | | | |
| --- | --- | --- | --- |
|[DiKTat codestyle](info/guide/diktat-coding-convention.md)|[Supported Rules](info/available-rules.md) | [Examples of Usage](https://github.com/akuleshov7/diktat-examples) | [Online Demo](https://ktlint-demo.herokuapp.com) |
|[DiKTat codestyle](info/guide/diktat-coding-convention.md)|[Supported Rules](info/available-rules.md) | [Examples of Usage](https://github.com/akuleshov7/diktat-examples) | [Online Demo](https://ktlint-demo.herokuapp.com) | [Whitepaper](wp/wp.pdf) |

## Why should I use diktat in my CI/CD?

Expand Down
2 changes: 1 addition & 1 deletion info/buildSrc/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.2.1-SNAPSHOT
version=0.3.1-SNAPSHOT
3 changes: 3 additions & 0 deletions info/guide/diktat-coding-convention.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Diktat Coding Style Guide, v.0.0.1

# Table of contents
I [Preface](#c0)
Expand Down Expand Up @@ -107,6 +108,8 @@ I [Preface](#c0)
* [6.4.2 Objects should be used for Stateless Interfaces](#r6.4.2)


# Huawei Coding Style Guide
# International version, v.0.0.1
## <a name="c0"></a> Preface
<!-- =============================================================================== -->
### <a name="c0.1"></a> Purpose of this document
Expand Down
1 change: 1 addition & 0 deletions info/guide/guide-TOC.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Diktat Coding Style Guide, v.0.0.1

# Table of contents
I [Preface](#c0)
Expand Down
5 changes: 5 additions & 0 deletions info/guide/guide-chapter-0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Diktat Coding Style Guide
# International version, v.0.0.1

<img src="logo.svg" width="64px"/>

## <a name="c0"></a> Preface
<!-- =============================================================================== -->
### <a name="c0.1"></a> Purpose of this document
Expand Down
Loading

0 comments on commit 00aa23d

Please sign in to comment.