Skip to content

Commit

Permalink
Removed duplication for MAGIC_NUMBER in diktat-analysis.yml (#2864)
Browse files Browse the repository at this point in the history
- removed duplication in diktat-analysis.yml
- fixed reference to param
  • Loading branch information
nulls authored Nov 30, 2023
1 parent 7a7e833 commit 057f959
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions diktat-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,10 @@
configuration:
valueArgument: true
valueParameter: true
# reduces speed of development on the FE
# will remove it by for now
- name: MAGIC_NUMBER
enabled: true
enabled: false
- name: COMPLEX_EXPRESSION
enabled: true
- name: USE_DATA_CLASS
Expand All @@ -133,7 +135,3 @@
- GetMapping
- PostMapping
- Repository
# reduces speed of development on the FE
# will remove it by for now
- name: MAGIC_NUMBER
enabled: false
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class LnkExecutionTestSuiteService(
}

/**
* @param [lnkExecutionTestSuites] link execution to testSuites
* @param lnkExecutionTestSuites link execution to testSuites
*/
fun saveAll(lnkExecutionTestSuites: List<LnkExecutionTestSuite>): List<LnkExecutionTestSuite> = lnkExecutionTestSuiteRepository.saveAll(lnkExecutionTestSuites)
}

0 comments on commit 057f959

Please sign in to comment.