Skip to content

Commit

Permalink
Create cleanthat.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: ҉αkα x⠠⠵ <[email protected]>
  • Loading branch information
4k4xs4pH1r3 authored Jan 31, 2024
1 parent 135b3d0 commit 10a97e4
Showing 1 changed file with 82 additions and 0 deletions.
82 changes: 82 additions & 0 deletions .github/workflows/cleanthat.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
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: "UNKNOWN"
languages:
- language: "java"
language_version: "0"
skip: false
source_code:
excludes: []
includes: []
encoding: "UTF-8"
line_ending: "UNKNOWN"
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: "classpath:/eclipse/eclipse-java-google-style.xml"
- language: "json"
language_version: "0"
skip: false
source_code:
excludes: []
includes: []
encoding: "UTF-8"
line_ending: "UNKNOWN"
processors:
- engine: "jackson"
parameters:
indent: -1
indentation: " "
space_before_separator: true
alphabetical_order: false
eol_at_eof: false
- language: "xml"
language_version: "0"
skip: false
source_code:
excludes: []
includes: []
encoding: "UTF-8"
line_ending: "UNKNOWN"
processors:
- engine: "revelc"
parameters:
indentation_as_string: " "
indentation_as_whitespaces: 4
space_before_separator: true
alphabetical_order: false
eol_at_eof: false
- engine: "ecryd_sortpom"
parameters:
indentation_as_string: " "
indentation_as_whitespaces: 4
space_before_separator: true
alphabetical_order: false
eol_at_eof: false
expand_empty_elements: true
source_code:
excludes: []
includes:
- "pom.xml"
encoding: "UTF-8"
line_ending: "UNKNOWN"

0 comments on commit 10a97e4

Please sign in to comment.