Skip to content

Commit

Permalink
refactor: Enforce code style across all files.
Browse files Browse the repository at this point in the history
Implements #497
  • Loading branch information
mountaindude committed Jun 19, 2022
1 parent a3d4395 commit c3f97e5
Show file tree
Hide file tree
Showing 25 changed files with 15,239 additions and 13,220 deletions.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "2" # required to adjust maintainability checks
version: "2" # required to adjust maintainability checks
plugins:
eslint:
enabled: true
Expand Down
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ repos:
.github/.*|
src/config/.*|
src/CHANGELOG.md|
src/config/.*|
changelog.md|
docs/api_doc/butler-api.html
)$
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"src":"8.2.0"}
{ "src": "8.2.0" }
44 changes: 22 additions & 22 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/src/butler.js",
"cwd": "${workspaceFolder}/src",
"args": [
// "--configfile",
// "./config/production.yaml",
],
"env": {
"NODE_CONFIG_DIR": "${workspaceFolder}/src/config",
"NODE_ENV": "production"
},
"outFiles": ["${workspaceFolder}/**/*.js"]
}
]
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/src/butler.js",
"cwd": "${workspaceFolder}/src",
"args": [
// "--configfile",
// "./config/production.yaml",
],
"env": {
"NODE_CONFIG_DIR": "${workspaceFolder}/src/config",
"NODE_ENV": "production"
},
"outFiles": ["${workspaceFolder}/**/*.js"]
}
]
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Advanced reload failure alerts, task scheduler, key-value store, file system acc

Free to use, permissive open source license.<br>
Adapt to your needs - please also consider sharing enhancements with the wider community.

</h3>

<p align="center">
Expand Down
1,998 changes: 1,997 additions & 1 deletion docs/api_doc/butler-api.json

Large diffs are not rendered by default.

Loading

0 comments on commit c3f97e5

Please sign in to comment.