Skip to content

Commit

Permalink
style: update diktat configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Jan 11, 2024
1 parent 955babc commit e04e632
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions diktat-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,23 @@
enabled: true
configuration:
valueArgument: true

# These either don't make sense for the project or conflict with ktlint.
- name: FILE_NAME_INCORRECT
enabled: false
- name: FILE_UNORDERED_IMPORTS
enabled: false
- name: GENERIC_VARIABLE_WRONG_DECLARATION
enabled: false
- name: OBJECT_NAME_INCORRECT
enabled: false
- name: TYPE_ALIAS
enabled: false
- name: VARIABLE_NAME_INCORRECT_FORMAT
enabled: false
- name: WRONG_INDENTATION
enabled: false
- name: WRONG_NEWLINES
enabled: false
- name: WRONG_OVERLOADING_FUNCTION_ARGUMENTS
enabled: false

0 comments on commit e04e632

Please sign in to comment.