Add missing linter! #2
					 3 changed files with 8 additions and 1 deletions
				
			
		| 
						 | 
					@ -6,4 +6,4 @@ steps:
 | 
				
			||||||
- name: python lint
 | 
					- name: python lint
 | 
				
			||||||
  image: cytopia/pylint
 | 
					  image: cytopia/pylint
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - pylint *.py
 | 
					  - find . -type f -name "*.py" | xargs pylint
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										6
									
								
								.pylintrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								.pylintrc
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,6 @@
 | 
				
			||||||
 | 
					[MESSAGES CONTROL]
 | 
				
			||||||
 | 
					# C0111: Missing docstring
 | 
				
			||||||
 | 
					# C0103: snake_case names (and one letter index vars)
 | 
				
			||||||
 | 
					# R0801: Similar lines in N files
 | 
				
			||||||
 | 
					disable=R0801,C0111,C0103
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										1
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1 @@
 | 
				
			||||||
 | 
					[](https://drone.kleph.eu/kleph/advent_of_code)
 | 
				
			||||||
		Loading…
	
		Reference in a new issue