Skip to content

Commit

Permalink
Merge pull request #270 from HewlettPackard/Linting_Fixes
Browse files Browse the repository at this point in the history
Linting fixes
  • Loading branch information
akshith-gunasheelan authored Sep 20, 2023
2 parents 932fb89 + 5a2ab79 commit 80ebbfc
Show file tree
Hide file tree
Showing 240 changed files with 2,719 additions and 2,210 deletions.
21 changes: 13 additions & 8 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# .ansible-lint
exclude_paths:
- .github/
- .github/
# parseable: true
# quiet: true
# verbosity: 1
Expand All @@ -9,10 +9,15 @@ use_default_rules: true

# This makes linter to fully ignore rules/tags listed below
skip_list:
- meta-no-info
- meta-no-tags
- empty-string-compare
- var-spacing
- unnamed-task
- risky-file-permissions
- role-name
- meta-no-info
- meta-no-tags
- empty-string-compare
- var-spacing
- unnamed-task
- risky-file-permissions
- role-name
- var-naming
- schema
- name
- ignore-errors
- literal-compare
8 changes: 4 additions & 4 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
codecov:
require_ci_to_pass: yes
max_report_age: off
require_ci_to_pass: true
max_report_age: false

coverage:
status:
project:
default:
threshold: 1
target: 98% #overall project/ repo coverage
target: 98% # overall project/ repo coverage
# Disable patch since it is noisy and not required
patch:
default:
enabled: no
enabled: false
if_not_found: success

comment: false
12 changes: 6 additions & 6 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ readme: README.md
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)
# @nicks:irc/im.site#channel'
authors:
- Nabhajit Ray <[email protected]>
- Nabhajit Ray <[email protected]>

### OPTIONAL but strongly recommended

Expand Down Expand Up @@ -58,8 +58,8 @@ issues: https://github.com/HewlettPackard/oneview-ansible-collection/issues

# Ignore files and directories matching the following patterns
build_ignore:
- Dockerfile
- ansible.cfg
- .gitignore
- .gitattributes
- CONTRIBUTING.md
- Dockerfile
- ansible.cfg
- .gitignore
- .gitattributes
- CONTRIBUTING.md
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
requires_ansible: '>=2.9.0'
requires_ansible: '>=2.9.10'
Loading

0 comments on commit 80ebbfc

Please sign in to comment.