-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating the package name to the new one (#1687)
### What's done: - package name is now com.saveourtool (same as for organization) - removed diktat plugin usage in our project (until the release to central)
- Loading branch information
Showing
534 changed files
with
2,923 additions
and
2,901 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...kotlin/org/cqfn/diktat/DiktatProcessor.kt → ...com/saveourtool/diktat/DiktatProcessor.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...org/cqfn/diktat/DiktatProcessorFactory.kt → ...eourtool/diktat/DiktatProcessorFactory.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
...in/kotlin/org/cqfn/diktat/DiktatRunner.kt → ...in/com/saveourtool/diktat/DiktatRunner.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../org/cqfn/diktat/DiktatRunnerArguments.kt → ...veourtool/diktat/DiktatRunnerArguments.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
...in/org/cqfn/diktat/DiktatRunnerFactory.kt → ...saveourtool/diktat/DiktatRunnerFactory.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...lin/org/cqfn/diktat/api/DiktatBaseline.kt → .../saveourtool/diktat/api/DiktatBaseline.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.cqfn.diktat.api | ||
package com.saveourtool.diktat.api | ||
|
||
import java.nio.file.Path | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../cqfn/diktat/api/DiktatBaselineFactory.kt → ...rtool/diktat/api/DiktatBaselineFactory.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.cqfn.diktat.api | ||
package com.saveourtool.diktat.api | ||
|
||
import java.nio.file.Path | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...lin/org/cqfn/diktat/api/DiktatCallback.kt → .../saveourtool/diktat/api/DiktatCallback.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.cqfn.diktat.api | ||
package com.saveourtool.diktat.api | ||
|
||
/** | ||
* Callback for diktat process | ||
|
2 changes: 1 addition & 1 deletion
2
...kotlin/org/cqfn/diktat/api/DiktatError.kt → ...com/saveourtool/diktat/api/DiktatError.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.cqfn.diktat.api | ||
package com.saveourtool.diktat.api | ||
|
||
/** | ||
* Error found by `diktat` | ||
|
2 changes: 1 addition & 1 deletion
2
...org/cqfn/diktat/api/DiktatErrorEmitter.kt → ...eourtool/diktat/api/DiktatErrorEmitter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../cqfn/diktat/api/DiktatReporterFactory.kt → ...rtool/diktat/api/DiktatReporterFactory.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../kotlin/org/cqfn/diktat/api/DiktatRule.kt → .../com/saveourtool/diktat/api/DiktatRule.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tlin/org/cqfn/diktat/api/DiktatRuleSet.kt → ...m/saveourtool/diktat/api/DiktatRuleSet.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.cqfn.diktat.api | ||
package com.saveourtool.diktat.api | ||
|
||
/** | ||
* A group of [DiktatRule]'s as a single set. | ||
|
2 changes: 1 addition & 1 deletion
2
...g/cqfn/diktat/api/DiktatRuleSetFactory.kt → ...urtool/diktat/api/DiktatRuleSetFactory.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.