Skip to content

Commit

Permalink
Merge pull request #4 from Woodpile37/cleanthat/configure_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Woodpile37 authored Mar 5, 2023
2 parents 6103f22 + d85c2ca commit 788b839
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .cleanthat/cleanthat.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
syntax_version: "2023-01-09"
meta:
labels:
- "cleanthat"
refs:
protected_patterns:
- "refs/heads/develop"
- "refs/heads/main"
- "refs/heads/master"
source_code:
encoding: "UTF-8"
line_ending: "GIT"
engines:
- engine: "spotless"
skip: false
source_code: {}
steps:
- id: "spotless"
skip: false
parameters:
configuration: "repository:/.cleanthat/spotless.yaml"
35 changes: 35 additions & 0 deletions .cleanthat/spotless.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
syntax_version: "2023-01-09"
encoding: "UTF-8"
git:
core_eol: "native"
line_ending: "GIT_ATTRIBUTES"
formatters:
- format: "json"
steps:
- id: "jackson"
skip: false
parameters:
features:
ORDER_MAP_ENTRIES_BY_KEYS: true
yaml_features:
QUOTE_FIELD_NAMES: false
- format: "markdown"
steps:
- id: "flexmark"
skip: false
parameters:
version: "0.62.2"
- id: "freshmark"
skip: false
parameters:
properties:
k1: "v1"
- format: "yaml"
steps:
- id: "jackson"
skip: false
parameters:
features:
ORDER_MAP_ENTRIES_BY_KEYS: true
yaml_features:
QUOTE_FIELD_NAMES: false

0 comments on commit 788b839

Please sign in to comment.