mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Implement benchmarking script in python
Implemented the benchmark script in python since it is much cleaner and simpler to maintain.
This commit is contained in:
5
scripts/pylint
Executable file
5
scripts/pylint
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
# Simple wrapper around the pylint program that uses the pylintrc file to
|
||||
# validate the source code in files passed on command line.
|
||||
|
||||
exec pylint --rcfile "${0%/*}/pylintrc" "$@"
|
Reference in New Issue
Block a user