We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afcad8 commit 05d4cc2Copy full SHA for 05d4cc2
lint.sh
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+
3
# Copyright 2017 Google Inc.
4
#
5
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,8 +14,6 @@
12
14
# See the License for the specific language governing permissions and
13
15
# limitations under the License.
16
-#!/bin/bash
-
17
function lintAllFiles () {
18
echo "Running linter on module $1"
19
pylint --disable=$2 $1
0 commit comments