Skip to content

Commit 085a68a

Browse files
committed
Updates on files
1 parent af759fb commit 085a68a

File tree

122 files changed

+869651
-1065538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+869651
-1065538
lines changed

.codeclimate.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ ratings:
4040
- '**.css'
4141

4242
exclude_patterns:
43-
- "dist/"
44-
- "docs/"
45-
- "scripts/"
46-
- "test/"
47-
- "*.js"
48-
- "*.json"
49-
- "*.md"
50-
- ".*"
43+
- 'dist/'
44+
- 'docs/'
45+
- 'scripts/'
46+
- 'test/'
47+
- '*.js'
48+
- '*.json'
49+
- '*.md'
50+
- '.*'

.codesandbox/ci.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
2-
"packages": [
3-
"packages/*"
4-
],
5-
"sandboxes": [
6-
"packages/contributors/src",
7-
"packages/changelog/src"
8-
],
9-
"buildCommand": "all",
10-
"node": "16"
2+
"packages": ["packages/*"],
3+
"sandboxes": ["packages/contributors/src", "packages/changelog/src"],
4+
"buildCommand": "all",
5+
"node": "16"
116
}

.env.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"DOCKER_IMAGE_JAVA_PATTERNS": "styled-java-patterns",
3-
"ENABLE_MKDOCS_SIMPLE_HOOKS": "true"
2+
"DOCKER_IMAGE_JAVA_PATTERNS": "styled-java-patterns",
3+
"ENABLE_MKDOCS_SIMPLE_HOOKS": "true"
44
}

.gitpod.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ image:
2121
file: .gitpod.Dockerfile
2222

2323
ports:
24-
- port: 8000
25-
onOpen: open-preview
24+
- port: 8000
25+
onOpen: open-preview
2626

2727
tasks:
28-
- init: npm install && npm run all
29-
command: >
30-
npm run lerna:dist &&
31-
printf "\nWelcome to Java Design Patterns Docs\nTo rebuild the app, simply run './scripts/build-docs.sh' and reload index.html.\n\n" &&
32-
chmod +x ./scripts/build-docs.sh && ./scripts/build-docs.sh 2>/dev/null
28+
- init: npm install && npm run all
29+
command: >
30+
npm run lerna:dist && printf "\nWelcome to Java Design Patterns Docs\nTo
31+
rebuild the app, simply run './scripts/build-docs.sh' and reload
32+
index.html.\n\n" && chmod +x ./scripts/build-docs.sh &&
33+
./scripts/build-docs.sh 2>/dev/null

.lintstagedrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"**/*.{json,yaml,yml}": "prettier --single-quote --write --ignore-unknown"
2+
"**/*.{json,yaml,yml}": "prettier --single-quote --write --ignore-unknown"
33
}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_stages: [commit, push]
44
default_language_version:
55
# force all unspecified Python hooks to run python3
66
python: python3
7-
minimum_pre_commit_version: "1.20.0"
7+
minimum_pre_commit_version: '1.20.0'
88
repos:
99
- repo: https://github.com/peterdemin/pip-compile-multi
1010
rev: v2.4.1

.prettierrc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$schema: http://json.schemastore.org/prettierrc
22
printWidth: 110
33
tabWidth: 4
4-
useTabs: false
4+
useTabs: true
55
endOfLine: lf
66
semi: false
77
singleQuote: true

.pullapprove.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ groups:
1111
general-approvers:
1212
conditions:
1313
files:
14-
- "*"
14+
- '*'
1515
required: 1
1616
users:
1717
- AlexRogalskiy

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 2
88
build:
99
os: ubuntu-20.04
1010
tools:
11-
python: "3.8"
11+
python: '3.8'
1212

1313
# Optionally build your docs in additional formats such as PDF and ePub
1414
formats:

.release-it.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"git": {
3-
"commitMessage": "chore(release): v${version}",
4-
"requireBranch": "main",
5-
"requireCommits": true,
6-
"tagName": "v${version}",
7-
"push": true
8-
},
9-
"github": {
10-
"release": true
11-
},
12-
"npm": {
13-
"publish": false
14-
}
2+
"git": {
3+
"commitMessage": "chore(release): v${version}",
4+
"requireBranch": "main",
5+
"requireCommits": true,
6+
"tagName": "v${version}",
7+
"push": true
8+
},
9+
"github": {
10+
"release": true
11+
},
12+
"npm": {
13+
"publish": false
14+
}
1515
}

0 commit comments

Comments
 (0)