Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
owncloud-debugging
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
702
Projekty
EOSC Notebooks
owncloud-debugging
Commits
87fde2ce
Commit
87fde2ce
authored
Jun 11, 2024
by
František Dvořák
Browse files
Options
Downloads
Patches
Plain Diff
Specify lint checks
parent
4f30879f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.editorconfig
+18
-0
18 additions, 0 deletions
.editorconfig
.mega-linter.yml
+20
-0
20 additions, 0 deletions
.mega-linter.yml
with
38 additions
and
0 deletions
.editorconfig
0 → 100644
+
18
−
0
View file @
87fde2ce
[*]
charset
=
utf-8
end_of_line
=
lf
indent_size
=
4
indent_style
=
tab
insert_final_newline
=
true
max_line_length
=
off
trim_trailing_whitespace
=
true
[*.md]
indent_style
=
none
[*.{yaml,yml}]
indent_size
=
2
indent_style
=
space
[Dockerfile]
indent_style
=
none
This diff is collapsed.
Click to expand it.
.mega-linter.yml
0 → 100644
+
20
−
0
View file @
87fde2ce
---
DISABLE
:
-
SPELL
DISABLE_LINTERS
:
# buggy (.git)
-
REPOSITORY_DEVSKIM
# hard to configure
-
REPOSITORY_KICS
# hard to configure
-
REPOSITORY_TRIVY
FILTER_REGEX_EXCLUDE
:
^(TODO|.*\.swp)$
# DL3008: Pin versions in apt get install: do not want
DOCKERFILE_HADOLINT_ARGUMENTS
:
--ignore DL3008
# CKV_DOCKER_2: Ensure that HEALTHCHECK instructions have been added to container images: not a service
# CKV_DOCKER_3 Ensure that a user for the container has been created: debugging easier with root
REPOSITORY_CHECKOV_ARGUMENTS
:
--skip-check CKV_DOCKER_2,CKV_DOCKER_3
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment