~ubuntu-branches/ubuntu/trusty/pylint/trusty

« back to all changes in this revision

Viewing changes to test/messages/func_undefined_var.txt

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2009-03-27 09:45:39 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090327094539-xe2s86jkbvdv3xhb
Tags: 0.18.0-1
* New upstream release
* debian/copyright
  - added packaging copyright for the work I do
  - clearly separated copyright and license notices, indenting by 4 spaces
  - link to GPL-2 file, not to the generic GPL
* debian/control
  - updated Homepage field
  - bump versions for python-logilab-common and python-logilab-astng depends
  - bump Standard-Versions to 3.8.1 (no changes needed)
* debian/{control, rules}
  - switch from python-central to python-support
* debian/rules
  - 'build' is a dir, we need to clean with 'rm'

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
E: 22:bad_default: Undefined variable 'unknown2'
4
4
E: 25:bad_default: Undefined variable 'xxxx'
5
5
E: 26:bad_default: Undefined variable 'xxxx'
 
6
E: 27:bad_default: Undefined variable 'augvar'
 
7
E: 28:bad_default: Undefined variable 'vardel'
 
8
E: 56: Using variable 'PLOUF' before assignment
 
9
E: 65:if_branch_test: Using variable 'xxx' before assignment
 
10
W: 27:bad_default: Unused variable 'augvar'