.pylint
changeset 1872 866fb3ab8778
parent 1869 49cdd843c006
child 1877 da5f1fa46f2b
--- a/.pylint	Fri Oct 13 13:17:42 2017 +0300
+++ b/.pylint	Mon Oct 16 17:20:31 2017 +0300
@@ -110,7 +110,7 @@
 
 # List of additional names supposed to be defined in builtins. Remember that
 # you should avoid to define new builtins when possible.
-additional-builtins=_
+additional-builtins=_,website,JS
 
 # List of strings which can identify a callback function by name. A callback
 # name must start or end with one of those strings.