~ubuntu-branches/ubuntu/jaunty/adacontrol/jaunty

« back to all changes in this revision

Viewing changes to test/conf/t_style.aru

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta
  • Date: 2006-10-12 19:17:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061012191722-fo5bcn4k5r0iubgd
Tags: 1.5r24-1

* New upstream release.
* debian/control (Depends): add gnat-4.1.
  (Enhances): add gnat-gps.
* debian/adacontrol.gpr: build pfni.
* debian/rules: install the new gnat-gps plug-in, and pfni.
* debian/pfni.1: new.
* patches/gps-integration.patch: new.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
No_Closing_Name        : check style(no_closing_name, 5);
 
2
No_Closing_Name        : search style (no_closing_name);
 
3
Casing                 : search style(casing);
 
4
Positional_Association : check style(positional_association);
 
5
No_Default_In          : search style(default_in);
 
6
Negative_Condition     : check style (negative_condition);
 
7
Literals               : check style (literal,     10,  3);
 
8
Base_2_Literals        : check style (literal,      2,  4);
 
9
Base_16_Literals       : check style (literal,     16,  4);
 
10
Not_Base_7             : check style (literal, not  7);
 
11
Not_Base_13            : check style (literal, not 13);
 
12
Spans                  : check style (multiple_elements);
 
13
Exposed                : check style (exposed_literal, 0, 1, 0.0, 1.0);
 
14
count style (positional_association, call);