Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/sam-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheshiriks committed Jan 30, 2023
2 parents 29618d8 + 9456032 commit 8bdb218
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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
@@ -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.
*/

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

0 comments on commit 8bdb218

Please sign in to comment.