Skip to content

Commit

Permalink
Add comments for the pylint tool
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-cerny committed Nov 30, 2023
1 parent e3b1852 commit 5fb4271
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openscap_report/scap_results_parser/parsers/rule_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from .full_text_parser import FullTextParser
from .remediation_parser import RemediationParser

# pylint: disable=line-too-long
KNOWN_REFERENCES = {
"http://www.ssi.gouv.fr/administration/bonnes-pratiques/": "ANSSI",
"https://public.cyber.mil/stigs/cci/": "CCI",
Expand All @@ -35,6 +36,7 @@
"https://public.cyber.mil/stigs/downloads/?_dl_facet_stigs=operating-systems%2Cunix-linux": "STIG ID", # noqa: E501
"https://public.cyber.mil/stigs/srg-stig-tools/": "STIG ref",
}
# pylint: enable=line-too-long


class RuleParser():
Expand Down

0 comments on commit 5fb4271

Please sign in to comment.