Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kernel-hardening-checker
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
kernel-hardening-checker
Commits
7d8e8d56
Commit
7d8e8d56
authored
Jan 16, 2024
by
Alexander Popov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix pylint E1101: Instance of 'OptCheck' has no 'type' member
parent
1d054d2c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
engine.py
kernel_hardening_checker/engine.py
+4
-0
No files found.
kernel_hardening_checker/engine.py
View file @
7d8e8d56
...
@@ -57,6 +57,10 @@ class OptCheck:
...
@@ -57,6 +57,10 @@ class OptCheck:
self
.
state
=
None
self
.
state
=
None
self
.
result
=
None
self
.
result
=
None
@property
def
type
(
self
):
return
None
def
check
(
self
):
def
check
(
self
):
# handle the 'is present' check
# handle the 'is present' check
if
self
.
expected
==
'is present'
:
if
self
.
expected
==
'is present'
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment