Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github/super-linter from 6 to 7 #960

Closed
Closed
Changes from 2 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
063b995
build(deps): bump github/super-linter from 6 to 7
dependabot[bot] Sep 1, 2024
3947360
update commit sha
zLukas Dec 16, 2024
dcf986e
Update linter.yml
zLukas Feb 19, 2025
ef9144b
Update linter.yml
zLukas Feb 19, 2025
b7b1840
Update linter.yml
zLukas Feb 19, 2025
96c32b1
Update linter.yml
zLukas Feb 19, 2025
8ec4236
Update linter.yml
zLukas Feb 19, 2025
ced040b
update formatting script
zLukas Feb 19, 2025
f5364e0
modify fornmatting script
zLukas Feb 19, 2025
b4deef7
move all linters config to the same location, provide config files in…
zLukas Feb 19, 2025
1becdf4
update .gitignore, remove . files
zLukas Feb 19, 2025
3fc19f9
test
zLukas Feb 20, 2025
2d5ffb9
test
zLukas Feb 20, 2025
d208b7f
remove unnecessary linters check
zLukas Feb 20, 2025
eff353b
update linterchecks
zLukas Feb 20, 2025
8bca50a
update linterchecks
zLukas Feb 20, 2025
b6200bc
fix shellcheck
zLukas Feb 20, 2025
28ba401
move linter config files to root dir
zLukas Feb 20, 2025
f188826
update markdown config files
zLukas Feb 20, 2025
a333d64
reset to defaults
zLukas Feb 20, 2025
bcc30cb
Update linter.yml
zLukas Feb 20, 2025
6df03df
add lint config path
zLukas Feb 20, 2025
8b4255d
update rules path
zLukas Feb 20, 2025
d605905
turn off MD033 checks
zLukas Feb 24, 2025
e016a3d
apply markdow linter fix
zLukas Feb 24, 2025
71764ef
cleanup
zLukas Feb 24, 2025
bed9100
add cpp linter
zLukas Feb 24, 2025
9a27029
run clang formatter on source files
zLukas Feb 24, 2025
bc55cad
update format-coding.sh
zLukas Feb 24, 2025
27538e6
reformat .clang-format config file
zLukas Feb 24, 2025
82b57d3
fix clang format syntax
zLukas Feb 24, 2025
438516d
propper clang config file handling in clang formatter
zLukas Feb 24, 2025
df03a28
diable cpp lint
zLukas Feb 25, 2025
f57ed2d
update format-coding.sh
zLukas Feb 25, 2025
9f8f0bb
update format-coding.sh
zLukas Feb 25, 2025
f19a25d
Merge branch 'main' into dependabot/github_actions/github/super-linter-7
zLukas Feb 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: github/super-linter/slim@4e51915f4a812abf59fed160bb14595c0a38a9e7 # v6
uses: github/super-linter/slim@b92721f792f381cedc002ecdbb9847a15ece5bb8 # v7

env:
DEFAULT_BRANCH: main
VALIDATE_CPP: false
Expand Down
Loading