Skip to content

Commit d11691e

Browse files
author
Vianpyro
committed
Update Super Linter configuration and simplify footer copyright element handling
1 parent e75fec1 commit d11691e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/super-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push: null
66
pull_request: null
77

8-
permissions: { }
8+
permissions: {}
99

1010
jobs:
1111
build:
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
# To report GitHub Actions status checks
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
VALIDATE_ALL_CODEBASE: true
34+
VALIDATE_ALL_CODEBASE: false
3535
VALIDATE_CSS_PRETTIER: false
3636
VALIDATE_HTML_PRETTIER: false
3737
VALIDATE_JAVASCRIPT_STANDARD: false

javascript/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ if (currentYear !== baseYear) {
1616
const copyrightElement = document.createElement('div');
1717
copyrightElement.innerHTML = `Smart Cooking © ${yearString}. All rights reserved.`;
1818

19-
// Append the generated element to the body (or a specific container)
19+
// Append the generated element to the body
2020
document.body.appendChild(copyrightElement);

0 commit comments

Comments
 (0)