Exclude generated files from being analyzed
This commit is contained in:
parent
b41fb4144e
commit
04d0666ca0
1 changed files with 5 additions and 0 deletions
|
|
@ -913,3 +913,8 @@ ij_yaml_sequence_on_new_line = false
|
|||
ij_yaml_space_before_colon = false
|
||||
ij_yaml_spaces_within_braces = true
|
||||
ij_yaml_spaces_within_brackets = true
|
||||
|
||||
[**/generated/**]
|
||||
generated_code = true
|
||||
ij_formatter_enabled = false
|
||||
ktlint = disabled
|
||||
Loading…
Add table
Add a link
Reference in a new issue