Skip to content

Commit 15539f2

Browse files
committed
remove unneeded option from arguments
1 parent 530b9ed commit 15539f2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/deviations/process_coding_standards_config.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,6 @@ def main():
8787
action='store_true',
8888
help='Skip indexing the configurations and only convert them to XML. Should be used with --save-temps.'
8989
)
90-
parser.add_argument(
91-
'--coding-standards-file',
92-
help='Filename and extension of coding standards deviations file. Default is coding-standards.yml',
93-
required=False,
94-
default="coding-standards.yml"
95-
)
9690
args = parser.parse_args()
9791

9892
if not args.skip_indexing:

0 commit comments

Comments
 (0)