Skip to content

Commit

Permalink
Update Demo link (#1603)
Browse files Browse the repository at this point in the history
### What's done:
* Update Demo link
  • Loading branch information
kgevorkyan authored Jan 30, 2023
1 parent eeb4f0e commit 9456032
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Now diKTat was already added to the lists of [static analysis tools](https://git

| | | | | | |
| --- | --- | --- | --- | --- | --- |
|[Codestyle](info/guide/diktat-coding-convention.md)|[Inspections](info/available-rules.md) | [Examples](examples) | [Demo](https://ktlint-demo.herokuapp.com) | [White Paper](wp/wp.pdf) | [Groups of Inspections](info/rules-mapping.md) |
|[Codestyle](info/guide/diktat-coding-convention.md)|[Inspections](info/available-rules.md) | [Examples](examples) | [Demo](https://saveourtool.com/#/demo/diktat) | [White Paper](wp/wp.pdf) | [Groups of Inspections](info/rules-mapping.md) |

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class HeaderCommentRuleTest : LintTestBase(::HeaderCommentRule) {
lintMethod(
"""
/*
* Copyright (c) 2022 My Company, Ltd. All rights reserved.
* Copyright (c) 2023 My Company, Ltd. All rights reserved.
*/
/**
* Very useful description, why this file has two classes
Expand All @@ -244,7 +244,7 @@ class HeaderCommentRuleTest : LintTestBase(::HeaderCommentRule) {
lintMethod(
"""
/*
* Copyright (c) My Company, Ltd. 2012-2022. All rights reserved.
* Copyright (c) My Company, Ltd. 2012-2023. All rights reserved.
*/
/**
* Very useful description, why this file has two classes
Expand All @@ -267,7 +267,7 @@ class HeaderCommentRuleTest : LintTestBase(::HeaderCommentRule) {
lintMethod(
"""
/*
Copyright (c) My Company, Ltd. 2021-2022. All rights reserved.
Copyright (c) My Company, Ltd. 2021-2023. All rights reserved.
*/
/**
* Very useful description, why this file has two classes
Expand All @@ -290,7 +290,7 @@ class HeaderCommentRuleTest : LintTestBase(::HeaderCommentRule) {
lintMethod(
"""
/*
* Copyright (c) My Company, Ltd. 2002-2022. All rights reserved.
* Copyright (c) My Company, Ltd. 2002-2023. All rights reserved.
*/
/**
* Very useful description, why this file has two classes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) Huawei Technologies Co., Ltd. 2020-2022. All rights reserved.
Copyright (c) Huawei Technologies Co., Ltd. 2020-2023. All rights reserved.
*/

package test.paragraph2.header
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) Huawei Technologies Co., Ltd. 2020-2022. All rights reserved.
Copyright (c) Huawei Technologies Co., Ltd. 2020-2023. All rights reserved.
*/

package test.paragraph2.header
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) My Company., Ltd. 2012-2022. All rights reserved.
Copyright (c) My Company., Ltd. 2012-2023. All rights reserved.
*/
/**
* Lorem ipsum
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) My Company., Ltd. 2012-2022. All rights reserved.
Copyright (c) My Company., Ltd. 2012-2023. All rights reserved.
*/
/**
* Lorem ipsum
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) My Company., Ltd. 2021-2022. All rights reserved.
Copyright (c) My Company., Ltd. 2021-2023. All rights reserved.
*/
/**
* Lorem ipsum
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) My Company., Ltd. 2021-2022. All rights reserved.
Copyright (c) My Company., Ltd. 2021-2023. All rights reserved.
*/
/**
* Lorem ipsum
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) My Company., Ltd. 2012-2022. All rights reserved.
Copyright (c) My Company., Ltd. 2012-2023. All rights reserved.
*/
/**
* Lorem ipsum
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) Huawei Technologies Co., Ltd. 2020-2022. All rights reserved.
Copyright (c) Huawei Technologies Co., Ltd. 2020-2023. All rights reserved.
*/
/**
* Lorem ipsum
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) Huawei Technologies Co., Ltd. 2020-2022. All rights reserved.
Copyright (c) Huawei Technologies Co., Ltd. 2020-2023. All rights reserved.
*/
/**
* Lorem ipsum
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) Huawei Technologies Co., Ltd. 2020-2022. All rights reserved.
Copyright (c) Huawei Technologies Co., Ltd. 2020-2023. All rights reserved.
*/

package test.paragraph2.header
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2018-2022 John Doe.
Copyright 2018-2023 John Doe.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2018-2022 John Doe.
Copyright 2018-2023 John Doe.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2018-2022 John Doe.
Copyright 2018-2023 John Doe.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) Huawei Technologies Co., Ltd. 2020-2022. All rights reserved.
Copyright (c) Huawei Technologies Co., Ltd. 2020-2023. All rights reserved.
*/
/**
* This is a file used in unit test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) Huawei Technologies Co., Ltd. 2020-2022. All rights reserved.
Copyright (c) Huawei Technologies Co., Ltd. 2020-2023. All rights reserved.
*/
/**
* This is a file used in unit test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ;warn:$line:1: [FILE_NAME_MATCH_CLASS] file name is incorrect - it should match with the class described in it if there is the only one class declared: Example5Expected.kt vs Some{{.*}}
/*
Copyright 2018-2022 John Doe.
Copyright 2018-2023 John Doe.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down

0 comments on commit 9456032

Please sign in to comment.