aboutsummaryrefslogtreecommitdiffhomepage
path: root/.pylintrc
Commit message (Collapse)AuthorAge
* Replace terms that are uninclusive. (#5045)Gravatar jonathanmetzman2021-01-25
|
* [pylint] Enable no-member check (#5034)Gravatar jonathanmetzman2021-01-21
|
* Lint everything (and test everything too?Gravatar Jonathan Metzman2021-01-20
|
* Revert msan patch (#4788)Gravatar Abhishek Arya2020-12-04
| | | | | | | | | * Revert "Fix msan build breakage. (#4787)" This reverts commit 8f4d1b237d55eeb6a098719f3602f89bd032b2b3. * Revert "Clean up MemorySanitizer library warnings (#4694)" This reverts commit 6fc050ec9ec29534ad079c83ef4bc2f709c083df.
* Clean up MemorySanitizer library warnings (#4694)Gravatar David Cook2020-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update infra/base-images/all.sh Add build of base-sanitizer-libs-builder and msan-libs-builder to this shell script. * msan: Don't warn on un-instrumented standard libs These libraries do not need to be built with instrumentation, because MemorySanitizer includes interceptors for them. * Fix indentation * Add missing docstrings * Fix unused variable * Fix invalid names * Install python-apt on CI * Revert "Install python-apt on CI" This reverts commit d3da49cf90f138674c1a8bcbdca2f0dfe6c385d1. * Install and use python-apt in system directory * Revert "Install and use python-apt in system directory" This reverts commit e0ede101fbdfbf82da5f32d0a206da247e6dde98. * Build python-apt from source * Check out correct version of python-apt * Fix octal literals * More indentation fixes * Add more missing docstrings * Change variable names of opened files * Remove unused import * Ignore lints about package.Package API * Fix or ignore remaining invalid names * Fix apparent typo in compiler_wrapper_test.py -z should precede a keyword, not a long option * Fix use of xrange * Style fixes, compiler_wrapper * Fix apparent error in compiler_wrapper_test.py Similar to the previous error, the test case would pass "-z --no-undefined" to the linker. "-z" only has an effect when it is followed by a keyword, otherwise ld ignores it and prints a warning message. In this test case, "-z" and "--no-undefined" were passed in two separate "-Wl," compiler arguments, but they reflect a common issue. * Add missing license header * Rename more functions * Better name for global variable * Rename methods of Package * Rename functions in msan_builder.py * Fix invalid variable names * Fix useless-object-inheritance * pylint: Fixes for Package and its subclasses * Remove unused imports * Indentation fixes * Fix too-may-locals error in msan_build.py * Add missing docstrings
* More build infra cleanup. (#4252)Gravatar Oliver Chang2020-08-06
| | | | - Deleted unused code. - Consolidate some modules.
* Clean up build infra. (#4251)Gravatar Oliver Chang2020-08-05
| | | | | | - Remove gcb folder. Move the files that we still need into the build/functions dir. - Remove badge_images. They are now stored on GCS. - Remove jenins configs.
* Merge contradictory indent directives (#3226)Gravatar jonathanmetzman2020-01-13
|
* [infra] Add presubmit script (#3196)Gravatar jonathanmetzman2020-01-10