Skip to content

Commit

Permalink
CSecurityBear: Use correct quoting
Browse files Browse the repository at this point in the history
Closes coala#587
  • Loading branch information
ondrejvesely committed Aug 26, 2016
1 parent a6597e8 commit e51820c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bears/c_languages/CSecurityBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class CSecurityBear:
def create_arguments(filename, file, config_file, neverignore: bool=False):
"""
:param neverignore:
Never ignore security issues, even if they have an ``ignore''
Never ignore security issues, even if they have an ``ignore``
directive in a comment.
"""
args = "--columns", "--dataonly", "--quiet", "--singleline"
Expand Down

0 comments on commit e51820c

Please sign in to comment.