index
:
delta/python-packages/flake8.git
3.7-maintenance
add-statistics
afortunado21-master-patch-46684
asottile-entry-point-docs-fixup
asottile-patch-1
backwards-compat-api
bug/103
bug/121
bug/122
bug/1372
bug/163
bug/178
bug/179
bug/180
bug/193
bug/52
bug/67
bug/69
bug/74
bug/90
bug/output-file
coverage-6
drop-xdg-config
feature/output-file
feature/register-optional-checks
fix-extend-default-ignore
fix-github-workflows
fix_travis2
github_actions
indent-size-str
legacy-api-tests
main
master
mpenkov-master
new_namedtuple
noqa_continuation
off_by_default
output_file_fix
parallel-syntax-error
pep8-stdin-fix
plugin-loading
pre-commit-ci-update-config
pre_commit_config
proposed/3.0
release/2.5.0
remove_unused_verify_requiremetns
stable/2.6
stray-noqa
throwaway-ci
uncap-flake8
update-appveyor
gitlab.com: pycqa/flake8.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
flake8
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor off-by-default plugins and enabling them
Ian Cordasco
2016-05-28
3
-3
/
+29
*
Start adding documentation about developing plugins
Ian Cordasco
2016-05-16
1
-0
/
+1
*
Document flake8.checker and flake8.processor
Ian Cordasco
2016-05-14
1
-14
/
+14
*
Add a property for off-by-default plugins
Ian Cordasco
2016-05-10
1
-0
/
+8
*
Ignore --help/-h until later as well
Ian Cordasco
2016-05-10
1
-2
/
+22
*
Ensure we provide options to all plugins
Ian Cordasco
2016-05-10
1
-0
/
+6
*
Handle determining plugin versions and names
Ian Cordasco
2016-05-10
3
-15
/
+97
*
Print version information the second time we parse arguments
Ian Cordasco
2016-05-10
1
-1
/
+4
*
Add documentation around the cli
Ian Cordasco
2016-05-08
1
-5
/
+73
*
Print the total number of errors before exiting
Ian Cordasco
2016-05-07
1
-0
/
+11
*
Implement --exit-zero functionality
Ian Cordasco
2016-05-07
1
-1
/
+5
*
Simplify result handling
Ian Cordasco
2016-05-07
2
-27
/
+26
*
Add test for the make_checkers method
Ian Cordasco
2016-05-07
1
-1
/
+7
*
Refactor checker manager and add tests
Ian Cordasco
2016-04-05
1
-28
/
+22
*
Fix multiprocessing work with retries
Ian Cordasco
2016-04-02
1
-10
/
+12
*
Restructure Checker Manager for serial retries
Ian Cordasco
2016-04-02
1
-20
/
+58
*
Add more tests around the processor module
Ian Cordasco
2016-03-29
1
-2
/
+9
*
Log the attribute error for developers
Ian Cordasco
2016-03-26
1
-1
/
+8
*
Remove unnecessary and outdated test runner
Ian Cordasco
2016-03-17
1
-2
/
+4
*
Handle case where file was ignored
Ian Cordasco
2016-03-15
1
-1
/
+1
*
Run checks expecting an AST
Ian Cordasco
2016-03-15
4
-2
/
+48
*
Bypass linecache by recording physical line
Ian Cordasco
2016-03-15
1
-5
/
+8
*
Ensure the logical line is tracked on the processor
Ian Cordasco
2016-03-15
1
-1
/
+2
*
Wrap up multiprocessing work
Ian Cordasco
2016-03-15
2
-12
/
+45
*
Catch Keyboard interruptions in our application
Ian Cordasco
2016-03-15
1
-3
/
+15
*
Only ever return an integer for job count
Ian Cordasco
2016-03-15
1
-13
/
+9
*
Reorganize our Application flow
Ian Cordasco
2016-03-15
1
-3
/
+14
*
Reorganize methods alphabetically
Ian Cordasco
2016-03-15
1
-48
/
+91
*
Add a results queue
Ian Cordasco
2016-03-15
1
-0
/
+2
*
Add naive multiprocessing support
Ian Cordasco
2016-03-14
2
-11
/
+44
*
Correct log levels around loading plugins
Ian Cordasco
2016-03-14
1
-3
/
+3
*
Log tokens at a lower level than debug
Ian Cordasco
2016-03-14
1
-3
/
+4
*
Add a lower level for extra verbosity
Ian Cordasco
2016-03-14
1
-6
/
+13
*
Fix indentation causing incorrect logical lines
Ian Cordasco
2016-03-14
1
-2
/
+2
*
Add ability to check if a file is ignored inline
Ian Cordasco
2016-03-14
2
-0
/
+19
*
Better log format
Ian Cordasco
2016-03-11
1
-1
/
+2
*
Simplify how we check if a file is excluded
Ian Cordasco
2016-03-11
1
-1
/
+1
*
Send logging output to --output-file
Ian Cordasco
2016-03-11
1
-1
/
+2
*
Fix missing attributes for pep8 plugins
Ian Cordasco
2016-03-10
2
-1
/
+16
*
Make flake8 actually work
Ian Cordasco
2016-03-10
3
-4
/
+30
*
Refactor processor and file checker some more
Ian Cordasco
2016-03-04
3
-65
/
+85
*
Move processor to its own module
Ian Cordasco
2016-03-04
2
-265
/
+314
*
Slowly working through pep8.Checker.check_logical
Ian Cordasco
2016-03-02
2
-1
/
+70
*
Pull more logic out of pep8
Ian Cordasco
2016-03-01
2
-7
/
+109
*
Continue porting more logic from pep8
Ian Cordasco
2016-02-28
3
-7
/
+98
*
Accept the StyleGuide instead of options
Ian Cordasco
2016-02-27
1
-10
/
+11
*
Incorporate more parsing logic from pycodestyle
Ian Cordasco
2016-02-26
3
-44
/
+123
*
Separate the check runner from file processor
Ian Cordasco
2016-02-26
1
-12
/
+67
*
Store plugin parameters on the plugin itself
Ian Cordasco
2016-02-26
1
-2
/
+9
*
Re-order project imports based on flake8-import-order
Ian Cordasco
2016-02-25
5
-9
/
+9
[next]