Skip to content

Commit

Permalink
added disable for import errors
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Reddy Boyapally <sboyapal@redhat.com>
  • Loading branch information
shashank-boyapally committed Oct 2, 2024
1 parent a6bae31 commit 788b5ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint==3.2.6
pip install pylint
- name: Analysing the code with pylint
run: |
pylint -d C0103 -d R0914 $(git ls-files '*.py')
2 changes: 1 addition & 1 deletion fmatch/splunk_matcher.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pylint: disable = C0209, R0913
#pylint: disable = C0209, R0913, E0401
"""
Matcher for splunk datasource
"""
Expand Down

0 comments on commit 788b5ad

Please sign in to comment.