Skip to content

Commit a4ed3da

Browse files
committed
Retry
1 parent 62428fa commit a4ed3da

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env: # Comment env block if you do not want to apply fixes
1313
# Apply linter fixes configuration
14-
APPLY_FIXES: none # When active, APPLY_FIXES must also be defined as environment variable (in github/workflows/mega-linter.yml or other CI tool)
14+
APPLY_FIXES: all # When active, APPLY_FIXES must also be defined as environment variable (in github/workflows/mega-linter.yml or other CI tool)
1515
APPLY_FIXES_EVENT: pull_request # Decide which event triggers application of fixes in a commit or a PR (pull_request, push, all)
1616
APPLY_FIXES_MODE: commit # If APPLY_FIXES is used, defines if the fixes are directly committed (commit) or posted in a PR (pull_request)
1717

.jscpd.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"threshold": 0,
3+
"reporters": ["html", "markdown"],
4+
"ignore": [
5+
"**/node_modules/**",
6+
"**/.git/**",
7+
"**/.rbenv/**",
8+
"**/.venv/**",
9+
"**/*cache*/**",
10+
"**/.github/**",
11+
"**/.idea/**",
12+
"**/report/**",
13+
"**/*.svg"
14+
]
15+
}

.mega-linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Configuration file for MegaLinter
22
# See all available variables at https://megalinter.github.io/configuration/ and in linters documentation
33

4-
APPLY_FIXES: none # all, none, or list of linter keys
4+
APPLY_FIXES: all # all, none, or list of linter keys
55
# ENABLE: # If you use ENABLE variable, all other languages/formats/tooling-formats will be disabled by default
66
# ENABLE_LINTERS: # If you use ENABLE_LINTERS variable, all other linters will be disabled by default
7-
DISABLE:
8-
- COPYPASTE # Comment to enable checks of excessive copy-pastes
7+
# DISABLE:
8+
# - COPYPASTE # Uncomment to disable checks of excessive copy-pastes
99
# - SPELL # Uncomment to disable checks of spelling mistakes
1010
SHOW_ELAPSED_TIME: false
1111
FILEIO_REPORTER: false

content/authors/admin/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ role: PhD Student
1111
# Organizations/Affiliations
1212
organizations:
1313
- name: University of Chicago
14-
url: "http://ks.cs.uchicago.edu"
14+
url: "https://ks.cs.uchicago.edu"
1515

1616
# Short bio (displayed in user profile at end of posts)
1717
bio: Design and Verification of Programming Languages for realistic Quantum Computing.

content/home/welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# A Demo section created with the Blank widget.
3-
# Any elements can be added in the body: https://wowchemy.com/docs/writing-markdown-latex/
3+
# Any elements can be added in the body
44
# Add more sections by duplicating this file and customizing to your requirements.
55

66
widget: blank # See https://wowchemy.com/docs/page-builder/

0 commit comments

Comments
 (0)