Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Aug 23, 2023
1 parent a527ecc commit b86f4e2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 113 deletions.
10 changes: 5 additions & 5 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at contact@egi.eu. The project team will
review and investigate all complaints, and will respond in a way that it deems
appropriate to the circumstances. The project team is obligated to maintain
confidentiality with regard to the reporter of an incident. Further details of
specific enforcement policies may be posted separately.
reported by contacting the project team at [contact@egi.eu](mailto:contact@egi.eu).
The project team will review and investigate all complaints, and will respond
in a way that it deems appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an
incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Fail on errors
DISABLE_ERRORS: false
FILTER_REGEX_EXCLUDE: "(.*cloud_info_provider/.*/opennebula_rocci_provider_images.json|.*cloud_info_provider/tests/one_samples/*.xml)"
# we only have sample XMLs, avoid wasting resources
VALIDATE_XML: false
FILTER_REGEX_EXCLUDE: ".*tests.*samples.*.json"
105 changes: 0 additions & 105 deletions Jenkinsfile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@
"image_os_version": null,
"image_platform": "x86_64",
"image_version": "20141029",
"other_info": [],
"other_info": []},
"other_info": []},
"193": {"image_description": null,
"image_id": "template#193",
"image_marketplace_id": "https://appdb.egi.eu/store/vo/image/2f55ff2a-abe3-52b3-ad56-aded22a63fae:177/",
Expand Down

0 comments on commit b86f4e2

Please sign in to comment.