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
24a91444
Commit
24a91444
authored
Aug 27, 2014
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid duplicating pylint config
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
93835814
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
.scrutinizer.yml
.scrutinizer.yml
+0
-24
No files found.
.scrutinizer.yml
View file @
24a91444
...
@@ -15,27 +15,3 @@ checks:
...
@@ -15,27 +15,3 @@ checks:
python
:
python
:
code_rating
:
true
code_rating
:
true
duplicate_code
:
true
duplicate_code
:
true
format_bad_indentation
:
indentation
:
'
4
spaces'
format_mixed_indentation
:
true
format_line_too_long
:
max_length
:
'
79'
imports_relative_import
:
true
imports_wildcard_import
:
true
format_bad_whitespace
:
true
format_multiple_statements
:
true
basic_invalid_name
:
functions
:
'
[a-z_][a-z0-9_]{2,30}$'
variables
:
'
[a-z_][a-z0-9_]{2,30}$'
whitelisted_names
:
'
i,j,k,ex,Run,_'
constants
:
'
(([A-Z_][A-Z0-9_]*)|(__.*__))$'
attributes
:
'
[a-z_][a-z0-9_]{2,30}$'
arguments
:
'
[a-z_][a-z0-9_]{2,30}$'
class_attributes
:
'
([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$'
inline_vars
:
'
[A-Za-z_][A-Za-z0-9_]*$'
classes
:
'
[A-Z_][a-zA-Z0-9]+$'
modules
:
'
(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$'
methods
:
'
[a-z_][a-z0-9_]{2,30}$'
classes_no_self_argument
:
true
classes_bad_mcs_method_argument
:
true
classes_bad_classmethod_argument
:
true
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