~ubuntu-branches/ubuntu/vivid/pylint/vivid-proposed

« back to all changes in this revision

Viewing changes to test/messages/func_globals.txt

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2009-12-19 21:38:49 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20091219213849-kcax3214c3mmucox
Tags: 0.19.0-1
* New upstream release
* debian/pylint.docs
  - removed 'TODO', no more shipped
* debian/copyright
  - updated copyright information, also adding new files with different info
* debian/{rules, TODO}
  - run tests at build-time
* debian/pylint.postrm
  - use 'set -e' instead of calling shell with '-e'

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
E: 32:other: Undefined variable 'HOP'
3
3
W: 23:fix_contant: Using the global statement
4
4
W: 26: Using the global statement at the module level
5
 
W: 31:other: Using global for 'HOP' but no assigment is done
 
5
W: 31:other: Using global for 'HOP' but no assignment is done
6
6
W: 39:define_constant: Global variable 'somevar' undefined at the module level