-
Notifications
You must be signed in to change notification settings - Fork 3
/
cleanthat.yaml
51 lines (51 loc) · 1.09 KB
/
cleanthat.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
syntax_version: "2021-08-02"
meta:
labels:
- "cleanthat"
refs:
branches:
- "refs/heads/develop"
- "refs/heads/main"
- "refs/heads/master"
source_code:
excludes: []
includes: []
encoding: "UTF-8"
line_ending: "LF"
languages:
- language: "java"
language_version: "0"
source_code:
excludes: []
includes: []
encoding: "UTF-8"
line_ending: "LF"
processors:
- engine: "rules"
parameters:
production_ready_only: true
- engine: "revelc_imports"
parameters:
remove_unused: true
groups: "java.,javax.,org.,com."
static_groups: "java,*"
static_after: false
- engine: "eclipse_formatter"
parameters:
url: "code:/static/src/main/resources/eclipse/eclipse_java_code_formatter.xml"
- language: "json"
language_version: "0"
source_code:
excludes: []
includes: []
encoding: "UTF-8"
line_ending: "LF"
processors:
- engine: "jackson"
parameters:
indent: -1
indentation: " "
lineending: "LF"
space_before_separator: true
alphabetical_order: false
eol_at_eof: false