-
I use coala package to simulate coalescent data
with fixed number of markers
The code is as follows
m = 100
locus.n = 500
model
-
The code linting is required, to maintain the the uniformity of the code, and code style.
We have good old `TSLint` for Typescript analyzing, along with `codelyzer` specifically for angular.
We need…
-
It seems that some works don't work on Windows. I think it is worth mentioning in the documentation comment of each bear if it's known for sure that it won't work under a specific OS (such as scripts)…
-
http://packages.ubuntu.com/precise/devel/golang-go
sevki updated
6 years ago
-
So apparently if you use `--show-bears` with `--filter-by-language`:
```
[WARNING][14:51:19] Unable to collect bears from /usr/local/lib/python3.5/site-packages/bears/general/IndentationBear.py. P…
-
Test file
```Cython
print('hello world')
dict = {'a':1,'b':2}
def hey():
print('hmm')
if True:
if True:
h = 5
g = 8
```
output
```Cython
print('hello world')
…
-
[rawgit](https://rawgit.com/) is shutting down and bears are throwing errors like [these](https://travis-ci.org/coala/projects/jobs/576470295#L700).
-
Opened via [gitter](https://gitter.im/coala/coala/?at=5932562531f589c64f6d574c) by @jayvdb
-
https://pypi.python.org/pypi/3to2 downgrades code to Python 2. Maybe it is good enough to allow coala to run natively on Python 2, so that Python bears can run natively in the Python 2 runtime.
-
`nolint` is very similar to `noqa`, with lots of linters already in coala -bears using `nolint` as a defacto standard, including:
- Cpplint
- gometalinter
- lintr
It is also used in uppercase …