Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyodide
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
Boxiang Sun
pyodide
Commits
6536e5a0
Commit
6536e5a0
authored
Oct 01, 2018
by
Michael Droettboom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lint all the things
parent
27d135e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
Makefile
Makefile
+1
-3
benchmark/benchmark.py
benchmark/benchmark.py
+1
-1
No files found.
Makefile
View file @
6536e5a0
...
@@ -118,9 +118,7 @@ test: all
...
@@ -118,9 +118,7 @@ test: all
lint
:
lint
:
flake8 src
flake8 src
test
tools benchmark/benchmark.py benchmark/plot_benchmark.py
flake8
test
flake8 tools/
*
clang-format
-output-replacements-xml
src/
*
.c src/
*
.h src/
*
.js |
(!
grep
'<replacement '
)
clang-format
-output-replacements-xml
src/
*
.c src/
*
.h src/
*
.js |
(!
grep
'<replacement '
)
...
...
benchmark/benchmark.py
View file @
6536e5a0
...
@@ -7,7 +7,7 @@ import sys
...
@@ -7,7 +7,7 @@ import sys
sys
.
path
.
insert
(
sys
.
path
.
insert
(
0
,
str
((
Path
(
__file__
).
resolve
().
parents
[
1
]
/
'test'
)))
0
,
str
((
Path
(
__file__
).
resolve
().
parents
[
1
]
/
'test'
)))
import
conftest
import
conftest
# noqa
SKIP
=
set
([
'fft'
,
'hyantes'
])
SKIP
=
set
([
'fft'
,
'hyantes'
])
...
...
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