Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
f99d0bd8
Commit
f99d0bd8
authored
Nov 24, 2014
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Color logging
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
e9c94eb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
ci/run-lint
ci/run-lint
+9
-3
No files found.
ci/run-lint
View file @
f99d0bd8
#!/bin/sh
log
()
{
tput setf 6
echo
"Running
$1
..."
tput sgr0
}
# Linter for our code
./scripts/generate-locales
echo
pep8
log
pep8
pep8
--exclude
south_migrations,migrations weblate openshift
pep_ret
=
$?
echo
pylint
log
pylint
pylint
--rcfile
=
pylint.rc weblate
pylint_ret
=
$?
echo
pyflakes
log
pyflakes
pyflakes
`
find
.
-name
'*.py'
-not
-name
'settings_test_*.py'
-not
-name
'settings_test.py'
-not
-name
'settings_openshift.py'
`
pyflakes_ret
=
$?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment