-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Add Linter as CI action - refactor to resolve warnings (#28)
- Loading branch information
Showing
41 changed files
with
863 additions
and
902 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
head-script-disabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Lint Code Base | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
build: | ||
name: Lint | ||
runs-on: ubuntu-latest | ||
|
||
permissions: | ||
contents: read | ||
packages: read | ||
statuses: write | ||
|
||
steps: | ||
|
||
- name: Checkout Code | ||
uses: actions/checkout@v4 | ||
with: | ||
# entire history needed | ||
fetch-depth: 0 | ||
|
||
- name: Lint Code Base | ||
uses: super-linter/[email protected] | ||
env: | ||
DEFAULT_BRANCH: main | ||
VALIDATE_ALL_CODEBASE: true | ||
VALIDATE_CSS: true | ||
VALIDATE_HTML: true | ||
VALIDATE_JAVASCRIPT_ES: true | ||
VALIDATE_JSON: true | ||
FILTER_REGEX_EXCLUDE: jquery/* | ||
# For reporting status | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
"fim200","","" | ||
<map name="ludok" id="ludok"> | ||
<area shape="rect" coords="118,138,277,340" href="#" onClick="Show_Organ('Atemwege')" onMouseover="$("#img_Organ_Atemwege").show();" onMouseout="$("#img_Organ_Atemwege").hide();" alt="" fimcolor="0" fimcontrast="1" /> | ||
<area shape="rect" coords="176,84,383,997" href="#" onClick="Show_Organ('Herz')" onMouseover="$('#img_Organ_Herz').show();" onMouseout="$('#img_Organ_Herz').hide();" alt="" fimcolor="0" fimcontrast="1" /> | ||
<area shape="rect" coords="2,84,173,1005" href="#" onClick="Show_Organ('Nervensystem')" onMouseover="$('#img_Organ_Nervensystem').show()" onMouseout="$('#img_Organ_Nervensystem').hide()" alt="" fimcolor="0" fimcontrast="1" /> | ||
<area shape="rect" coords="145,9,247,85" href="#" onClick="Show_Organ('Hirn')" onMouseover="$('#img_Organ_Hirn').show()" onMouseout="$('#img_Organ_Hirn').hide()" alt="" fimcolor="0" fimcontrast="1" /> | ||
<area shape="rect" coords="120,326,246,430" href="#" onClick="Show_Organ('Stoffwechsel')" onMouseover="$('#img_Organ_Stoffwechsel').show()" onMouseout="$('#img_Organ_Stoffwechsel').hide()" alt="" fimcolor="0" fimcontrast="1" /> | ||
<area shape="rect" coords="176,242,226,307" href="#" onClick="Show_Organ('Herz')" onMouseover="$('#img_Organ_Herz').show()" onMouseout="$('#img_Organ_Herz').hide()" alt="" fimcolor="0" fimcontrast="1" /> | ||
<area shape="rect" coords="118,138,277,340" href="#" onClick="Show_Organ('atemwege')" onMouseover="$("#img-organ-atemwege").show();" onMouseout="$("#img-organ-atemwege").hide();" alt="" fimcolor="0" fimcontrast="1" /> | ||
<area shape="rect" coords="176,84,383,997" href="#" onClick="Show_Organ('herz')" onMouseover="$('#img-organ-herz').show();" onMouseout="$('#img-organ-herz').hide();" alt="" fimcolor="0" fimcontrast="1" /> | ||
<area shape="rect" coords="2,84,173,1005" href="#" onClick="Show_Organ('nervensystem')" onMouseover="$('#img-organ-nervensystem').show()" onMouseout="$('#img-organ-nervensystem').hide()" alt="" fimcolor="0" fimcontrast="1" /> | ||
<area shape="rect" coords="145,9,247,85" href="#" onClick="Show_Organ('hirn')" onMouseover="$('#img-organ-hirn').show()" onMouseout="$('#img-organ-hirn').hide()" alt="" fimcolor="0" fimcontrast="1" /> | ||
<area shape="rect" coords="120,326,246,430" href="#" onClick="Show_Organ('stoffwechsel')" onMouseover="$('#img-organ-stoffwechsel').show()" onMouseout="$('#img-organ-stoffwechsel').hide()" alt="" fimcolor="0" fimcontrast="1" /> | ||
<area shape="rect" coords="176,242,226,307" href="#" onClick="Show_Organ('herz')" onMouseover="$('#img-organ-herz').show()" onMouseout="$('#img-organ-herz').hide()" alt="" fimcolor="0" fimcontrast="1" /> | ||
</map> | ||
<img src="c:\_php\ludok\graph\_mensch_1000.png" width="407" height="1000" border="0" alt="" title="" usemap="#ludok" /> |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.